2016-01-06 16:18:31 -08:00
dashboard :
title: 'Nodepool : OVH'
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/nodepool-ovh.yaml).
type : text
2016-01-07 11:43:18 -08:00
- title : Nodes
showTitle : true
height : 150px
panels :
- title : Building
span : 3
sparkline :
full : true
show : true
targets :
- target : sumSeries(stats.gauges.nodepool.provider.ovh-*.nodes.building)
type : singlestat
valueName : current
- title : Ready
span : 3
sparkline :
full : true
show : true
targets :
- target : sumSeries(stats.gauges.nodepool.provider.ovh-*.nodes.ready)
type : singlestat
valueName : current
- title : In Use
span : 3
sparkline :
full : true
show : true
targets :
- target : sumSeries(stats.gauges.nodepool.provider.ovh-*.nodes.used)
type : singlestat
valueName : current
- title : Deleting
span : 3
sparkline :
full : true
show : true
targets :
- target : sumSeries(stats.gauges.nodepool.provider.ovh-*.nodes.delete)
type : singlestat
valueName : current
2016-01-06 16:18:31 -08:00
- title : API Operations
showTitle : true
height : 250px
panels :
- title : Create Server
type : graph
span : 4
2016-01-07 14:31:02 -08:00
leftYAxisLabel : "time"
y_formats :
- s
- none
2016-01-06 16:18:31 -08:00
targets :
- target : alias(scale(stats.timers.nodepool.task.ovh-bhs1.CreateServerTask.mean, '0.001'), 'BHS1')
- target : alias(scale(stats.timers.nodepool.task.ovh-gra1.CreateServerTask.mean, '0.001'), 'GRA1')
- title : Delete Server
type : graph
span : 4
2016-01-07 14:31:02 -08:00
leftYAxisLabel : "time"
y_formats :
- s
- none
2016-01-06 16:18:31 -08:00
targets :
- target : alias(scale(stats.timers.nodepool.task.ovh-bhs1.DeleteServerTask.mean, '0.001'), 'BHS1')
- target : alias(scale(stats.timers.nodepool.task.ovh-gra1.DeleteServerTask.mean, '0.001'), 'GRA1')
- title : List Servers
type : graph
span : 4
2016-01-07 14:31:02 -08:00
leftYAxisLabel : "time"
y_formats :
- s
- none
2016-01-06 16:18:31 -08:00
targets :
- target : alias(scale(stats.timers.nodepool.task.ovh-bhs1.ListServersTask.mean, '0.001'), 'BHS1')
- target : alias(scale(stats.timers.nodepool.task.ovh-gra1.ListServersTask.mean, '0.001'), 'GRA1')
- title : Node Launches
showTitle : true
height : 250px
panels :
- title : Ready Node Launch Attempts
type : graph
span : 4
2016-01-07 14:31:02 -08:00
nullPointMode : null as zero
leftYAxisLabel : "events / min"
2016-01-06 16:18:31 -08:00
targets :
2016-01-07 14:31:02 -08:00
- target : alias(smartSummarize(stats_counts.nodepool.launch.provider.ovh-bhs1.ready, '1m'), 'BHS1')
- target : alias(smartSummarize(stats_counts.nodepool.launch.provider.ovh-gra1.ready, '1m'), 'GRA1')
2016-01-06 16:18:31 -08:00
- title : Error Node Launch Attempts
type : graph
span : 4
2016-01-07 14:31:02 -08:00
nullPointMode : null as zero
leftYAxisLabel : "events / min"
2016-01-06 16:18:31 -08:00
targets :
2016-01-07 14:31:02 -08:00
- target : alias(smartSummarize(sumSeries(stats_counts.nodepool.launch.provider.ovh-bhs1.error.*), '1m'), 'BHS1')
- target : alias(smartSummarize(sumSeries(stats_counts.nodepool.launch.provider.ovh-gra1.error.*), '1m'), 'GRA1')
2016-01-06 16:18:31 -08:00
- title : Time to Ready
type : graph
span : 4
2016-01-07 14:31:02 -08:00
leftYAxisLabel : "time"
y_formats :
- s
- none
2016-01-06 16:18:31 -08:00
targets :
2016-01-07 14:31:02 -08:00
- target : alias(scale(stats.timers.nodepool.launch.provider.ovh-bhs1.ready.mean, '0.001'), 'BHS1')
- target : alias(scale(stats.timers.nodepool.launch.provider.ovh-gra1.ready.mean, '0.001'), 'GRA1')
2016-01-06 16:58:00 -08:00
- title : Test Nodes (BHS1)
type : graph
span : 4
2016-01-07 14:31:02 -08:00
stack : true
tooltip :
value_type : individual
2016-01-08 12:23:04 -08:00
leftYAxisLabel : "nodes"
2016-01-06 16:58:00 -08:00
targets :
- target : alias(stats.gauges.nodepool.provider.ovh-bhs1.nodes.building, 'Building')
- target : alias(stats.gauges.nodepool.provider.ovh-bhs1.nodes.ready, 'Available')
- target : alias(stats.gauges.nodepool.provider.ovh-bhs1.nodes.used, 'In Use')
- target : alias(stats.gauges.nodepool.provider.ovh-bhs1.nodes.delete, 'Deleting')
2016-01-08 14:36:26 -08:00
- target : alias(stats.gauges.nodepool.provider.ovh-bhs1.max_servers, 'Max')
seriesOverrides :
- alias : Max
stack : False
2016-01-06 16:58:00 -08:00
- title : Test Nodes (GRA1)
type : graph
span : 4
2016-01-08 12:23:04 -08:00
stack : true
tooltip :
value_type : individual
2016-01-07 14:31:02 -08:00
leftYAxisLabel : "nodes"
2016-01-06 16:58:00 -08:00
targets :
- target : alias(stats.gauges.nodepool.provider.ovh-gra1.nodes.building, 'Building')
- target : alias(stats.gauges.nodepool.provider.ovh-gra1.nodes.ready, 'Available')
- target : alias(stats.gauges.nodepool.provider.ovh-gra1.nodes.used, 'In Use')
- target : alias(stats.gauges.nodepool.provider.ovh-gra1.nodes.delete, 'Deleting')
2016-01-08 14:36:26 -08:00
- target : alias(stats.gauges.nodepool.provider.ovh-gra1.max_servers, 'Max')
seriesOverrides :
- alias : Max
stack : False
2016-01-06 16:18:31 -08:00
- title : Job Runtimes
showTitle : true
height : 250px
panels :
- title : gate-tempest-dsvm-full
type : graph
2016-01-08 12:23:04 -08:00
span : 6
2016-01-07 14:31:02 -08:00
leftYAxisLabel : "time"
y_formats :
- s
- none
2016-01-06 16:18:31 -08:00
targets :
2016-01-07 14:31:02 -08:00
- target : alias(scale(stats.timers.nodepool.job.gate-tempest-dsvm-full.master.devstack-trusty.ovh-bhs1.runtime.mean, '0.001'), 'BHS1')
- target : alias(scale(stats.timers.nodepool.job.gate-tempest-dsvm-full.master.devstack-trusty.ovh-gra1.runtime.mean, '0.001'), 'GRA1')
2016-01-06 16:18:31 -08:00
- title : gate-tempest-dsvm-neutron-full
type : graph
2016-01-08 12:23:04 -08:00
span : 6
2016-01-07 14:31:02 -08:00
leftYAxisLabel : "time"
y_formats :
- s
- none
2016-01-06 16:18:31 -08:00
targets :
2016-01-07 14:31:02 -08:00
- target : alias(scale(stats.timers.nodepool.job.gate-tempest-dsvm-neutron-full.master.devstack-trusty.ovh-bhs1.runtime.mean, '0.001'), 'BHS1')
- target : alias(scale(stats.timers.nodepool.job.gate-tempest-dsvm-neutron-full.master.devstack-trusty.ovh-gra1.runtime.mean, '0.001'), 'GRA1')