admin管理员组文章数量:1287524
I have an histogram metric which records time taken to execute a program. How do I display it in grafana that shows value recorded in specific time interval.
Scenario: At t:0 to t5 the value recorded is 6 At t:5 to t10 the value recorded is 8 At t:10 to t15 the value recorded is 7
If I'm looking from t:0 to t:15 the value should be 21 [6+8+7]. If I'm looking from t:6 to t:9 the value should be 8 If I'm looking from t:5 to t:15 the value should be 14
Tried so far: [$__range] doesn't work for me increase(metric_name[$__range]) shows random value and it doesn't match second scenario
本文标签: prometheusGrafana display metrics between chosen time rangeStack Overflow
版权声明:本文标题:prometheus - Grafana display metrics between chosen time range - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1741240842a2363944.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论