Graphite/Influxdb在Grafana上获得总价值 [英] Graphite/Influxdb get total value on Grafana

查看:73
本文介绍了Graphite/Influxdb在Grafana上获得总价值的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有带有InfluxDB和Graphite数据源的Grafana 3.0.

I have Grafana 3.0 with InfluxDB and Graphite datasources.

我有一个大小为千兆字节的字段,我需要知道最近1小时该字段的总和.

I have a field with size in GigaByte and I need to know the sum of this field in the last 1h.

我在石墨上尝试了 summarize() hitcount(),但结果不正确.

I tried summarize() and hitcount() on graphite, but is not the correct result.

我该如何实现?

推荐答案

对于InfluxDB,查询将是 SELECT count(GigaByte)from yourmeasurement,其中时间>now()-1小时

For InfluxDB the query would be SELECT count(GigaByte) FROM yourmeasurement where time > now() - 1h

这篇关于Graphite/Influxdb在Grafana上获得总价值的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆