Sensu influxDB Grafana cheat sheet: Difference between revisions

Line 33: Line 33:
== influxDB ==
== influxDB ==
== Grafana ==
== Grafana ==
*influxdb query で複数のホストから任意のホストのメトリックスを抽出
select mean(value) from "cpu_system" where $timeFilter and host = 'host3' group by time($interval) order asc
:and host = 'host3' に注目