We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 574072a + 9f81608 commit 615a865Copy full SHA for 615a865
README.md
@@ -9,8 +9,8 @@ Two distinct providers are defined:
9
* MetricsEventListener to record the internal Keycloak events
10
* MetricsEndpoint to expose the data through a custom endpoint
11
12
-The endpoint lives under `<url>/auth/realms/<realm>/metrics`. It will return data for all realms, no matter which realm
13
-you use in the URL (you can just default to `/auth/realms/master/metrics`).
+The endpoint is available under `<base url>/realms/<realm>/metrics` (Quarkus) or `<base url>/auth/realms/<realm>/metrics` (Wildfly).
+It will return data for all realms, no matter which realm you use in the URL.
14
15
## License
16
0 commit comments