grafana: add centos-stream mirror volume

See I483c2982a6931e7d6fc97ab82f7750b72d2ef265

Change-Id: I237dff59b54a9b95f00a2abd68956c4af20340ec
This commit is contained in:
Ian Wienand 2021-11-16 11:41:55 +11:00
parent 9b3a3932fb
commit d50dad141d
1 changed files with 26 additions and 0 deletions

View File

@ -193,6 +193,15 @@ dashboard:
format: dateTimeFromNow
valueFontSize: "50%"
- title: mirror.centos-stream
type: singlestat
valueName: current
span: 2
targets:
- target: "scale(stats.gauges.afs.afs01_dfw_openstack_org.vol.mirror_centos-stream_readonly.creation, 1000)"
format: dateTimeFromNow
valueFontSize: "50%"
- title: mirror.fedora
type: singlestat
valueName: current
@ -320,6 +329,23 @@ dashboard:
refId: C
hide: true
- title: mirror.centos-stream
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_centos-stream.used, 'Used')"
refId: A
- target: "alias(stats.gauges.afs.afs01_dfw_openstack_org.vol.mirror_centos-stream.quota, 'Quota')"
refId: B
- target: "divideSeries(stats.gauges.afs.afs01_dfw_openstack_org.vol.mirror_centos-stream.used, #B)"
refId: C
hide: true
- title: mirror.fedora
type: graph
span: 4