InfluxDB - 使用chronograf获取每秒写入的指标

时间:2017-07-11 14:48:43

标签: metrics influxdb chronograf

我们正在尝试使用TICK Stack在Influx数据库数据库中绘制像每秒写入一样的指标。我们正在Ubuntu上托管潮流数据库,并遵循以下链接中的说明

https://www.digitalocean.com/community/tutorials/how-to-monitor-system-metrics-with-the-tick-stack-on-ubuntu-16-04

我们正在尝试创建一个仪表板,以便在Influx DB数据库中获得每秒写入次数。但是我们找不到任何相应的文档。

有没有人这样做过......任何人都可以向我们指出必要的文件

提前感谢

1 个答案:

答案 0 :(得分:0)

听起来non-negative derivative正是您所寻找的。

可以在https://docs.influxdata.com/influxdb/latest/query_language/functions/#non-negative-derivative找到该InfluxDB功能的文档。

根据那里的文档,non-negative derivative... [r]eturns the non-negative rate of change between subsequent field values. Non-negative rates of change include positive rates of change and rates of change that equal zero.

相关问题