Add support for Grafana

This patch enables support for Grafana and provide a dashboard for
Glance.

Change-Id: I3980931e8a8b198e1f772cc30a2fe533b02efefe
This commit is contained in:
Guillaume Thouvenin 2016-11-15 10:25:28 +01:00
parent 2b75cceef2
commit 9bad1a4d91
3 changed files with 3272 additions and 0 deletions

File diff suppressed because it is too large Load Diff

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

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

View File

@ -11,3 +11,5 @@ parameters:
enabled: true
config:
enabled: true
grafana:
enabled: true