Add support for Grafana

This patch adds support for Grafana and provides a new dashboard.

Change-Id: I6060626cd814164121df2f23bed92aed789e30e6
This commit is contained in:
Guillaume Thouvenin 2016-11-15 10:14:28 +01:00
parent aa0aa41194
commit 43d8fe5f8a
3 changed files with 5162 additions and 1 deletions

File diff suppressed because it is too large Load Diff

3
cinder/meta/grafana.yml Normal file
View File

@ -0,0 +1,3 @@
dashboard:
cinder:
template: cinder/files/grafana_influxdb.json

View File

@ -10,4 +10,6 @@ parameters:
sphinx:
enabled: true
config:
enabled: true
enabled: true
grafana:
enabled: true