Grafana: add image upload times for OVH
This is a new graph; adding it to one provider first for testing. Change-Id: Id74b33606d294c1de7ff76d39e0868d822c9b3b3
This commit is contained in:
parent
b6264d3d29
commit
dbb3544761
@ -146,6 +146,20 @@ dashboard:
|
||||
seriesOverrides:
|
||||
- alias: Max
|
||||
stack: False
|
||||
- title: Images
|
||||
showTitle: true
|
||||
height: 250px
|
||||
panels:
|
||||
- title: Image Uploads
|
||||
type: graph
|
||||
span: 4
|
||||
leftYAxisLabel: "time"
|
||||
y_formats:
|
||||
- s
|
||||
- none
|
||||
targets:
|
||||
- target: alias(scale(averageSeries(stats.timers.nodepool.image_update.*.ovh-bhs1.mean), '0.001'), 'BHS1')
|
||||
- target: alias(scale(averageSeries(stats.timers.nodepool.image_update.*.ovh-gra1.mean), '0.001'), 'GRA1')
|
||||
- title: Job Runtimes
|
||||
showTitle: true
|
||||
height: 250px
|
||||
|
Loading…
Reference in New Issue
Block a user