Initial grafana AFS dashboard

Initial grafana AFS dashboard.  Currently shows partition usage stats.

Change-Id: I8066f05df0c8eb2f4e211beaa25bccbd0261ca9b
This commit is contained in:
Ian Wienand 2018-06-04 21:09:57 +10:00
parent ee2efa10e1
commit b9930f9d88
1 changed files with 68 additions and 0 deletions

68
grafana/afs.yaml Normal file
View File

@ -0,0 +1,68 @@
dashboard:
title: 'AFS'
rows:
- title: Description
height: 100px
panels:
- title: Description
content: |
**This dashboard is managed by [Grafyaml](http://docs.openstack.org/infra/system-config/grafyaml.html).**
If you would like to make changes to this dashboard, please see the grafana directory in [project-config](https://git.openstack.org/cgit/openstack-infra/project-config/tree/grafana/afs.yaml).
type: text
- title: Partitions
height: 100px
showTitle: true
height: 150px
panels:
- title: "afs01.dfw /vicepa used"
span: 3
sparkline:
full: true
show: true
thresholds: "0,90,95"
format: percentunit
targets:
- target: "stats.gauges.afs.afs01_dfw_openstack_org.part.vicepa.total"
refId: "A"
hide: "true"
- target: "divideSeries(stats.gauges.afs.afs01_dfw_openstack_org.part.vicepa.used, #A)"
refId: "B"
hide: "false"
type: singlestat
valueName: current
- title: "afs02.dfw /vicepa used"
span: 3
sparkline:
full: true
show: true
thresholds: "0,90,95"
format: percentunit
targets:
- target: "stats.gauges.afs.afs02_dfw_openstack_org.part.vicepa.total"
refId: "A"
hide: "true"
- target: "divideSeries(stats.gauges.afs.afs02_dfw_openstack_org.part.vicepa.used, #A)"
refId: "B"
hide: "false"
type: singlestat
valueName: current
- title: "afs01.ord /vicepa used"
span: 3
sparkline:
full: true
show: true
thresholds: "0,90,95"
format: percentunit
targets:
- target: "stats.gauges.afs.afs01_ord_openstack_org.part.vicepa.total"
refId: "A"
hide: "true"
- target: "divideSeries(stats.gauges.afs.afs01_ord_openstack_org.part.vicepa.used, #A)"
refId: "B"
hide: "false"
type: singlestat
valueName: current