aerogear / keycloak-metrics-spi

Adds a Metrics Endpoint to Keycloak
Apache License 2.0
530 stars 152 forks source link

AEROGEAR-10381: in case of 404 or redirection response do not record the uri #207

Closed bionarkos closed 4 days ago

bionarkos commented 1 week ago

do not record the request uri as a prometheus tag, in case of 3xx or 404 responses.

recording not mapped uris leads to a high cardinality metric and can make the metrics DB perform slower

pb82 commented 4 days ago

@bionarkos thanks!