Merge "Add held nodes to singlestat for nodepool dashboard"
This commit is contained in:
commit
85fbc7d780
@ -24,7 +24,7 @@ dashboard:
|
||||
type: singlestat
|
||||
valueName: current
|
||||
- title: Ready
|
||||
span: 3
|
||||
span: 2
|
||||
sparkline:
|
||||
full: true
|
||||
show: true
|
||||
@ -33,7 +33,7 @@ dashboard:
|
||||
type: singlestat
|
||||
valueName: current
|
||||
- title: In Use
|
||||
span: 3
|
||||
span: 2
|
||||
sparkline:
|
||||
full: true
|
||||
show: true
|
||||
@ -42,7 +42,7 @@ dashboard:
|
||||
type: singlestat
|
||||
valueName: current
|
||||
- title: Deleting
|
||||
span: 3
|
||||
span: 2
|
||||
sparkline:
|
||||
full: true
|
||||
show: true
|
||||
@ -50,6 +50,15 @@ dashboard:
|
||||
- target: sumSeries(stats.gauges.nodepool.provider.*.nodes.delete)
|
||||
type: singlestat
|
||||
valueName: current
|
||||
- title: Hold
|
||||
span: 3
|
||||
sparkline:
|
||||
full: true
|
||||
show: true
|
||||
targets:
|
||||
- target: sumSeries(stats.gauges.nodepool.provider.*.nodes.hold)
|
||||
type: singlestat
|
||||
valueName: current
|
||||
- title: Zuul Launchers
|
||||
showTitle: true
|
||||
height: 320px
|
||||
|
Loading…
Reference in New Issue
Block a user