Sensu influxDB Grafana cheat sheet: Difference between revisions

Line 36: Line 36:
  select mean(value) from "cpu_system" where $timeFilter and host = 'host3' group by time($interval) order asc
  select mean(value) from "cpu_system" where $timeFilter and host = 'host3' group by time($interval) order asc
:and host = 'host3' に注目
:and host = 'host3' に注目
*Templated dashboard 便利かも
[http://play.grafana.org/dashboard/db/influxdb-templated-queries Grafana - InfluxDB Templated Queries]
:これを参考にホゲる!