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

InfluxDB - Getting metrics like write per second using chronograf

我们正在尝试使用 TICK Stack 在 Influx DB 数据库中绘制每秒写入量等指标。我们在 Ubuntu 上托管 influxDB 并遵循以下 link

中的说明

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

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

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

提前致谢

听起来 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.