Hey there,
I’ve been working on configuring the metrics for the Keycloak operator. I attempted to enable metrics by adding the environment variable KC_METRICS_ENABLED : true in the operator’s code. However, I’ve hit a roadblock as I couldn’t scrape the metrics at the /metrics endpoint.
Interestingly, I’ve already configured metrics for the Keycloak server, and I successfully retrieved metrics at the /auth/realms/master/metrics endpoint.
Could you lend a hand with this? Any insights or suggestions would be greatly appreciated!