aerogear / keycloak-metrics-spi

Adds a Metrics Endpoint to Keycloak
Apache License 2.0
523 stars 151 forks source link

No http metrics since Keycloak 23 #182

Open rene6502 opened 6 months ago

rene6502 commented 6 months ago

Description

The keycloak-metrics-spi provider does no longer provide the http metrics since Keycloak 23.

Expected Behavior

Provide http metrics

Actual Behavior

No http metrics are returned since Keycloak 23 It seems that it is caused by the RESTEeasy Reactive change in Keycloak 23: https://www.keycloak.org/docs/23.0.0/upgrading/#resteeasy-reactive

See this issue: https://github.com/keycloak/keycloak/issues/25038

Environment

Keycloak 23.0.1

Steps to reproduce

fetch metrics and look for http values

kkcmadhu commented 5 months ago

can you please release 4.0.1 with this fix please, i am not able to bundle this with my keycloak 23 image presently as i am not able to download 4.0.1 or 4.0.1-snapshot from github url

kkcmadhu commented 5 months ago

oh, i see you have just release 5.0.0. awesome!