Replies: 2 comments 4 replies
-
|
@abhijat can you answer please |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
@kcj-3054 we are changing this metric to a counter. That change should be merged soon. Do you need this metric to be a histogram though, or does consuming it as the correct type (counter) work for your use case? |
Beta Was this translation helpful? Give feedback.
4 replies
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.
-
There are no accompanying:
_bucket_sum_countseries exposed for this metric.
Questions
Is
dragonfly_commands_duration_secondsintended to be:If it is intentionally cumulative:
counterinstead ofhistogram?rate()/increase()for "time spent per interval"?Are there any plans to expose proper histogram buckets (or latency percentiles)
similar to what redis-exporter provides?
Context
Without buckets or
_sum/_count, it’s not possible to compute:histogram_quantile()At the moment, the only meaningful interpretation seems to be
“cumulative command execution time in seconds”, which behaves like a counter.
Clarification would help users build correct Grafana dashboards and avoid misinterpreting
this metric.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions