Grafana: Add node sparklines to rax graph
This lets you see at a glance how many nodes are in each state across all rackspace regions. Validating here, then will copy to other providers. Change-Id: Id28ab4dc9228ab31fe2798840fb5eac92d701c95
This commit is contained in:
parent
d2a4665044
commit
1b629a02b3
@ -10,6 +10,46 @@ dashboard:
|
||||
|
||||
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-rax.yaml).
|
||||
type: text
|
||||
- title: Nodes
|
||||
showTitle: true
|
||||
height: 150px
|
||||
panels:
|
||||
- title: Building
|
||||
span: 3
|
||||
sparkline:
|
||||
full: true
|
||||
show: true
|
||||
targets:
|
||||
- target: sumSeries(stats.gauges.nodepool.provider.rax-*.nodes.building)
|
||||
type: singlestat
|
||||
valueName: current
|
||||
- title: Ready
|
||||
span: 3
|
||||
sparkline:
|
||||
full: true
|
||||
show: true
|
||||
targets:
|
||||
- target: sumSeries(stats.gauges.nodepool.provider.rax-*.nodes.ready)
|
||||
type: singlestat
|
||||
valueName: current
|
||||
- title: In Use
|
||||
span: 3
|
||||
sparkline:
|
||||
full: true
|
||||
show: true
|
||||
targets:
|
||||
- target: sumSeries(stats.gauges.nodepool.provider.rax-*.nodes.used)
|
||||
type: singlestat
|
||||
valueName: current
|
||||
- title: Deleting
|
||||
span: 3
|
||||
sparkline:
|
||||
full: true
|
||||
show: true
|
||||
targets:
|
||||
- target: sumSeries(stats.gauges.nodepool.provider.rax-*.nodes.delete)
|
||||
type: singlestat
|
||||
valueName: current
|
||||
- title: API Operations
|
||||
showTitle: true
|
||||
height: 250px
|
||||
|
Loading…
Reference in New Issue
Block a user