Replies: 1 comment
-
Would you mind sharing your config? The latencyNative indicator's When it comes to the counter-based histograms (the ones we had for years in Prometheus) Prometheus works with seconds as base units. Thus Pyrra follows what Prometheus does. This is similar to the discussion in #667 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
Is there a way to say what units are used in metric that is being used with latencyNative?
I have a case where I would like to use metric that comes from AWS CloudWatch exporter (AWS ApiGateway latency).
Values for that metric are in milliseconds. But it looks like latencyNative assumes all metrics are in seconds.
Now, in order to work this around I can set
latency
to200s
instead of200ms
(what I actually want).I can work this around, but for anyone looking at SLO definition this will be confusing.
Would it make more sense for
latency
to be unitless?Beta Was this translation helpful? Give feedback.
All reactions