Browse Source

Add Grafana dashboard for Prometheus datasource

Change-Id: Icacb0ca22a34f1ff438a895700040563d250bac9
pull/106/head
Simon Pasquier 7 years ago
parent
commit
234e14acda
2 changed files with 1665 additions and 1 deletions
  1. +1659
    -0
      linux/files/grafana_dashboards/system_prometheus.json
  2. +6
    -1
      linux/meta/grafana.yml

+ 1659
- 0
linux/files/grafana_dashboards/system_prometheus.json
File diff suppressed because it is too large
View File


+ 6
- 1
linux/meta/grafana.yml View File

@@ -1,4 +1,9 @@
dashboard:
linux:
linux_prometheus:
datasource: prometheus
format: json
template: linux/files/grafana_dashboards/system_prometheus.json
linux_influxdb:
datasource: influxdb
format: json
template: linux/files/grafana_dashboards/system_influxdb.json

Loading…
Cancel
Save