You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.