Investigate on & Improve Latency Metrics #46
Labels
area/checks
Issues/PRs related to Checks
bug
Something isn't working
refactoring
Refactoring of existing code
Problem to investigate & solve
Currently, 3 different latency metrics are available.
If the health check fails (internally) the latency time will be 0. The status code as well.
This might be ok for the counter and latency metrics but might be not the best practice for the histogram. The buckets will be filled.
Example with 2 errors and 308 total requests:
As @puffitos stated in #45 we should probably solve this with labelling or another set of metrics. E.g. label for the checks state.
The text was updated successfully, but these errors were encountered: