Change default value for replaceIds
This commit is contained in:
parent
5fbeb49a61
commit
b7563632d0
7 changed files with 21 additions and 22 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue