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:
James E. Blair 2016-01-28 12:30:15 -08:00
parent b6264d3d29
commit dbb3544761
1 changed files with 14 additions and 0 deletions

View File

@ -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