Add docu for dashboard, fix #2

This commit is contained in:
Stephan Schnabel 2023-12-13 20:54:21 +01:00 committed by GitHub
parent f8edc06eb2
commit ff9c526cbf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -111,6 +111,10 @@ If scrapping takes less than `KC_METRICS_STATS_INFO_THRESHOLD` duration will be
## Installation ## Installation
### Grafana Dashboard
Can be found here: [kokuwaio/keycloak keycloak-metrics.json](https://github.com/kokuwaio/keycloak/blob/main/src/test/k3s/dev/grafana/files/dashboards/keycloak-metrics.json)
### Testcontainers ### Testcontainers
For usage in [Testcontainers](https://www.testcontainers.org/) see [KeycloakExtension.java](src/test/java/io/kokuwa/keycloak/metrics/junit/KeycloakExtension.java#L57-L68) For usage in [Testcontainers](https://www.testcontainers.org/) see [KeycloakExtension.java](src/test/java/io/kokuwa/keycloak/metrics/junit/KeycloakExtension.java#L57-L68)