Skip to content

Commit 615a865

Browse files
authored
Merge pull request #160 from aerogear/clarify-endpoint-url
fix: clarify endpoint url based on distribution
2 parents 574072a + 9f81608 commit 615a865

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ Two distinct providers are defined:
99
* MetricsEventListener to record the internal Keycloak events
1010
* MetricsEndpoint to expose the data through a custom endpoint
1111

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`).
12+
The endpoint is available under `<base url>/realms/<realm>/metrics` (Quarkus) or `<base url>/auth/realms/<realm>/metrics` (Wildfly).
13+
It will return data for all realms, no matter which realm you use in the URL.
1414

1515
## License
1616

0 commit comments

Comments
 (0)