aerogear / keycloak-metrics-spi

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

added metric for number of total responses #103

Closed xinau closed 3 years ago

xinau commented 3 years ago

Motivation

The ability to calculate the ratio of errors to total number of requests. see #90.

What

This PR adds a new metric for reporting the total number of requests that where made in a addition to the number of failed requests.

How

This was done similar to the number of failed requests.

Verification Steps

A new metric keycloak_response_total should be reported.

Checklist:

Progress

xinau commented 3 years ago

@pb82 I hope I'm not bothering, but any chances that we could get this merged soonish? :)

pb82 commented 3 years ago

@xinau Sorry for the late response. I will release within this week and try to include your PR. Thanks!

xinau commented 3 years ago

@pb82 Thanks.