-
Notifications
You must be signed in to change notification settings - Fork 159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No data for some metrics #193
Comments
This is normal behaviour when the Keycloak instance has not seen related events after the startup. Once a related event happens, this metric will jump from empty to 1. |
I don't think so. I tested with failed client login attempts, but I still don't see any metrics. |
You probably didn't enabled the event listenerTo enable the event listener via the GUI interface, go to Manage -> Events -> Config. The Event Listeners configuration should have an entry named metrics-listener. To enable the event listener via the Keycloak CLI, such as when building a Docker container, use these commands.
|
It's enabled; the picture is attached. Thanks for the response though. |
Description
There's no data for some metrics:
Expected Behavior
Should show values for metrics
Environment
Dev
Steps to reproduce
jar file is present, metrics-listener was enabled for all realms, KC_METRICS_ENABLED: "true"
The text was updated successfully, but these errors were encountered: