Closed
Description
The operator should leverage MicroProfile Metrics to expose metrics out-of-the-box if they are supported on the cluster.
In particular for the Quarkus extension, the smallrye-metrics extension should be installed.
If metrics are supported (by checking whether the ServiceMonitor
CRD is installed), when the operator starts it should automatically create a ServiceMonitor
(and a corresponding Service
) that would point to its /metrics
HTTP endpoints.