Provide grains for building the main dashboard

This patch adds information that will be used by Grafana to build the
main dashboard.

Change-Id: Ib763617b31e8b0e670f4118d7d30cb8fe44b845d
This commit is contained in:
Guillaume Thouvenin 2017-01-17 13:56:42 +01:00
parent ef81d50cfc
commit c45af96362
1 changed files with 50 additions and 0 deletions

View File

@ -5,3 +5,53 @@ dashboard:
hypervisor:
format: json
template: nova/files/grafana_dashboards/hypervisor_influxdb.json
AutomaticMain:
row:
ost-control-plane:
title: OpenStack Control Plane
panel:
nova:
title: Nova
target:
cluster_status:
measurement: cluster_status
refId: A
policy: default
dsType: influxdb
resultFormat: time_series
groupBy: []
select:
- - type: field
params:
- value
- type: last
params: []
rawQuery: false
tags:
- key: cluster_name
operator: "="
value: nova-control
ost-data-plane:
title: OpenStack Data Plane
panel:
nova:
title: Nova
target:
cluster_status:
measurement: cluster_status
refId: A
policy: default
dsType: influxdb
resultFormat: time_series
groupBy: []
select:
- - type: field
params:
- value
- type: last
params: []
rawQuery: false
tags:
- key: cluster_name
operator: "="
value: nova-data