AFS grafana : add yum-puppetlabs

This is an actively mirrored volume, add it to the grafana page.

Change-Id: I5d68181288f522591298679a04704e75ddf321aa
This commit is contained in:
Ian Wienand 2019-08-21 14:37:06 +10:00
parent 7c52d2e376
commit 88429b4a47

View File

@ -201,6 +201,15 @@ dashboard:
format: dateTimeFromNow
valueFontSize: "50%"
- title: mirror.yum-puppetlabs
type: singlestat
valueName: current
span: 2
targets:
- target: "scale(stats.gauges.afs.afs01_dfw_openstack_org.vol.mirror_yum-puppetlabs_readonly.creation, 1000)"
format: dateTimeFromNow
valueFontSize: "50%"
- title: Volumes
height: 200px
showTitle: true
@ -324,3 +333,20 @@ dashboard:
- target: "divideSeries(stats.gauges.afs.afs01_dfw_openstack_org.vol.mirror_opensuse.used, #B)"
refId: C
hide: true
- title: mirror.yum-puppetlabs
type: graph
span: 4
yaxes:
- format: deckbytes
min: 0
- format: deckbytes
min: 0
targets:
- target: "alias(stats.gauges.afs.afs01_dfw_openstack_org.vol.mirror_yum-puppetlabs.used, 'Used')"
refId: A
- target: "alias(stats.gauges.afs.afs01_dfw_openstack_org.vol.mirror_yum-puppetlabs.quota, 'Quota')"
refId: B
- target: "divideSeries(stats.gauges.afs.afs01_dfw_openstack_org.vol.mirror_yum-puppetlabs.used, #B)"
refId: C
hide: true