Change default value for replaceIds

This commit is contained in:
Stephan Schnabel 2023-04-24 14:45:20 +02:00
parent 5fbeb49a61
commit b7563632d0
Signed by: stephan.schnabel
GPG key ID: E07AF5BA239FE543
7 changed files with 21 additions and 22 deletions

View file

@ -57,7 +57,7 @@ keycloak_event_admin_total{error="",operation="CREATE",realm="9039a0b5-e8c9-437a
### `KC_METRICS_EVENT_REPLACE_IDS`
If set to `true` than replace model ids with names:
Per set to `true` (the default value) than replace model ids with names:
* [RealmModel#getId()](https://github.com/keycloak/keycloak/blob/main/server-spi/src/main/java/org/keycloak/models/RealmModel.java#L82) with [RealmModel#getName()](https://github.com/keycloak/keycloak/blob/main/server-spi/src/main/java/org/keycloak/models/RealmModel.java#L84)