aerogear / keycloak-metrics-spi

Adds a Metrics Endpoint to Keycloak
Apache License 2.0
549 stars 156 forks source link

Metrics contain realm uuid instance of name with KC19 #143

Closed diversit closed 1 year ago

diversit commented 2 years ago

Description

Adding the metrics-spi to KC19 creates metrics with a UUID value for the 'real' label.

Expected Behavior

The 'real' label should contain the realm name.

Actual Behavior

The 'real' label contains a UUID.

Environment

Steps to reproduce

pb82 commented 1 year ago

fixed in #159

souravs17031999 commented 1 year ago

@pb82 Are you sure this is fixed ? I tried with v3.0.0 with KC 21 and it's still showing UUID as shown

Received user event of type LOGIN in realm e1803681-464d-447a-85a1-12a57a111da5

Probably this is fixed in metrics but missed where logging occurs.