aerogear / keycloak-metrics-spi

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

MetricsFilterProvider not working in keycloak 16.1 #128

Closed steff333 closed 2 years ago

steff333 commented 2 years ago

Description

When running in keycloak 16.1 with jboss, the MetricsFilterProvieder is not working.

Expected Behavior

Rest calls are detected and shown

Actual Behavior

login events are shown and counted, rest-endpoint working no Request-Durations are calculated or shown

Environment

Steps to reproduce

Start keycloak, add the jar in the deplyment-folder, touch dodeploy file. access metrics endpoint do some request to the gui access metrics endpoint again

steff333 commented 2 years ago

I could fix it with the changes from jonathanvilla https://github.com/aerogear/keycloak-metrics-spi/pull/125

that never made it to the master