Grafana: add sparklines to remaining providers
To match those added to rackspace. Change-Id: I6e7f412ea0ef7cd6b3088622782f2f6f6d50c561
This commit is contained in:
parent
e6360eb478
commit
2339af1fe4
@ -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-bluebox.yaml).
|
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-bluebox.yaml).
|
||||||
type: text
|
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.bluebox-*.nodes.building)
|
||||||
|
type: singlestat
|
||||||
|
valueName: current
|
||||||
|
- title: Ready
|
||||||
|
span: 3
|
||||||
|
sparkline:
|
||||||
|
full: true
|
||||||
|
show: true
|
||||||
|
targets:
|
||||||
|
- target: sumSeries(stats.gauges.nodepool.provider.bluebox-*.nodes.ready)
|
||||||
|
type: singlestat
|
||||||
|
valueName: current
|
||||||
|
- title: In Use
|
||||||
|
span: 3
|
||||||
|
sparkline:
|
||||||
|
full: true
|
||||||
|
show: true
|
||||||
|
targets:
|
||||||
|
- target: sumSeries(stats.gauges.nodepool.provider.bluebox-*.nodes.used)
|
||||||
|
type: singlestat
|
||||||
|
valueName: current
|
||||||
|
- title: Deleting
|
||||||
|
span: 3
|
||||||
|
sparkline:
|
||||||
|
full: true
|
||||||
|
show: true
|
||||||
|
targets:
|
||||||
|
- target: sumSeries(stats.gauges.nodepool.provider.bluebox-*.nodes.delete)
|
||||||
|
type: singlestat
|
||||||
|
valueName: current
|
||||||
- title: API Operations
|
- title: API Operations
|
||||||
showTitle: true
|
showTitle: true
|
||||||
height: 250px
|
height: 250px
|
||||||
|
@ -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-internap.yaml).
|
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-internap.yaml).
|
||||||
type: text
|
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.internap-*.nodes.building)
|
||||||
|
type: singlestat
|
||||||
|
valueName: current
|
||||||
|
- title: Ready
|
||||||
|
span: 3
|
||||||
|
sparkline:
|
||||||
|
full: true
|
||||||
|
show: true
|
||||||
|
targets:
|
||||||
|
- target: sumSeries(stats.gauges.nodepool.provider.internap-*.nodes.ready)
|
||||||
|
type: singlestat
|
||||||
|
valueName: current
|
||||||
|
- title: In Use
|
||||||
|
span: 3
|
||||||
|
sparkline:
|
||||||
|
full: true
|
||||||
|
show: true
|
||||||
|
targets:
|
||||||
|
- target: sumSeries(stats.gauges.nodepool.provider.internap-*.nodes.used)
|
||||||
|
type: singlestat
|
||||||
|
valueName: current
|
||||||
|
- title: Deleting
|
||||||
|
span: 3
|
||||||
|
sparkline:
|
||||||
|
full: true
|
||||||
|
show: true
|
||||||
|
targets:
|
||||||
|
- target: sumSeries(stats.gauges.nodepool.provider.internap-*.nodes.delete)
|
||||||
|
type: singlestat
|
||||||
|
valueName: current
|
||||||
- title: API Operations
|
- title: API Operations
|
||||||
showTitle: true
|
showTitle: true
|
||||||
height: 250px
|
height: 250px
|
||||||
|
@ -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-ovh.yaml).
|
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
|
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.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
|
||||||
- title: API Operations
|
- title: API Operations
|
||||||
showTitle: true
|
showTitle: true
|
||||||
height: 250px
|
height: 250px
|
||||||
|
Loading…
Reference in New Issue
Block a user