Prometheus Histogram support #241
Unanswered
pugazhenthi-elangovan-E3338
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
As we know, netflix-spectator instrumentation is being used. For prometheus format, spectator metrics are converted into micrometer standards with the use of
[spectator-reg-micrometer](https://github.com/Netflix/spectator/tree/main/spectator-reg-micrometer)
jar. Histogram instrumentation bucketing techniques in spectator are way different from prometheus. Measurement type (Counter
) of the spectator type itself differs than Timer type (Histogram
) in prometheus.Any techniques or translations that helps us to use
histogram_quantile
function of prometheus for thePercentileTimer
metrics in conductor ?Beta Was this translation helpful? Give feedback.
All reactions