Grafana: fix zuul pipeline gauges
This is the correct key under zuulv3. A bug (fix in progress) still had some reports occasionally being emitted under the old key (on reconfiguration events). Change-Id: I5e2e65b1c9831f2f60e7916e26a3792d86ec25ae
This commit is contained in:
parent
4c551bcc9b
commit
7209b0f9c7
@ -19,7 +19,7 @@ dashboard:
|
||||
full: true
|
||||
show: true
|
||||
targets:
|
||||
- target: stats.gauges.zuul.pipeline.check.current_changes
|
||||
- target: stats.gauges.zuul.tenant.openstack.pipeline.check.current_changes
|
||||
type: singlestat
|
||||
valueName: current
|
||||
- title: Gate
|
||||
@ -28,7 +28,7 @@ dashboard:
|
||||
full: true
|
||||
show: true
|
||||
targets:
|
||||
- target: stats.gauges.zuul.pipeline.gate.current_changes
|
||||
- target: stats.gauges.zuul.tenant.openstack.pipeline.gate.current_changes
|
||||
type: singlestat
|
||||
valueName: current
|
||||
- title: Post
|
||||
@ -37,7 +37,7 @@ dashboard:
|
||||
full: true
|
||||
show: true
|
||||
targets:
|
||||
- target: stats.gauges.zuul.pipeline.post.current_changes
|
||||
- target: stats.gauges.zuul.tenant.openstack.pipeline.post.current_changes
|
||||
type: singlestat
|
||||
- title: Release-Post
|
||||
span: 2
|
||||
@ -45,7 +45,7 @@ dashboard:
|
||||
full: true
|
||||
show: true
|
||||
targets:
|
||||
- target: stats.gauges.zuul.pipeline.release-post.current_changes
|
||||
- target: stats.gauges.zuul.tenant.openstack.pipeline.release-post.current_changes
|
||||
type: singlestat
|
||||
valueName: current
|
||||
valueName: current
|
||||
@ -55,7 +55,7 @@ dashboard:
|
||||
full: true
|
||||
show: true
|
||||
targets:
|
||||
- target: stats.gauges.zuul.pipeline.tag.current_changes
|
||||
- target: stats.gauges.zuul.tenant.openstack.pipeline.tag.current_changes
|
||||
type: singlestat
|
||||
valueName: current
|
||||
- title: Pre-Release
|
||||
@ -64,7 +64,7 @@ dashboard:
|
||||
full: true
|
||||
show: true
|
||||
targets:
|
||||
- target: stats.gauges.zuul.pipeline.pre-release.current_changes
|
||||
- target: stats.gauges.zuul.tenant.openstack.pipeline.pre-release.current_changes
|
||||
type: singlestat
|
||||
valueName: current
|
||||
- title: Release
|
||||
@ -73,7 +73,7 @@ dashboard:
|
||||
full: true
|
||||
show: true
|
||||
targets:
|
||||
- target: stats.gauges.zuul.pipeline.release.current_changes
|
||||
- target: stats.gauges.zuul.tenant.openstack.pipeline.release.current_changes
|
||||
type: singlestat
|
||||
valueName: current
|
||||
- title: Silent
|
||||
@ -82,7 +82,7 @@ dashboard:
|
||||
full: true
|
||||
show: true
|
||||
targets:
|
||||
- target: stats.gauges.zuul.pipeline.silent.current_changes
|
||||
- target: stats.gauges.zuul.tenant.openstack.pipeline.silent.current_changes
|
||||
type: singlestat
|
||||
valueName: current
|
||||
- title: Experimental
|
||||
@ -91,7 +91,7 @@ dashboard:
|
||||
full: true
|
||||
show: true
|
||||
targets:
|
||||
- target: stats.gauges.zuul.pipeline.experimental.current_changes
|
||||
- target: stats.gauges.zuul.tenant.openstack.pipeline.experimental.current_changes
|
||||
type: singlestat
|
||||
valueName: current
|
||||
- title: Periodic
|
||||
@ -100,7 +100,7 @@ dashboard:
|
||||
full: true
|
||||
show: true
|
||||
targets:
|
||||
- target: stats.gauges.zuul.pipeline.periodic.current_changes
|
||||
- target: stats.gauges.zuul.tenant.openstack.pipeline.periodic.current_changes
|
||||
type: singlestat
|
||||
valueName: current
|
||||
- title: Periodic-Stable
|
||||
@ -109,7 +109,7 @@ dashboard:
|
||||
full: true
|
||||
show: true
|
||||
targets:
|
||||
- target: stats.gauges.zuul.pipeline.periodic-stable.current_changes
|
||||
- target: stats.gauges.zuul.tenant.openstack.pipeline.periodic-stable.current_changes
|
||||
type: singlestat
|
||||
valueName: current
|
||||
- title: Check-TripleO
|
||||
@ -118,7 +118,7 @@ dashboard:
|
||||
full: true
|
||||
show: true
|
||||
targets:
|
||||
- target: stats.gauges.zuul.pipeline.check-tripleo.current_changes
|
||||
- target: stats.gauges.zuul.tenant.openstack.pipeline.check-tripleo.current_changes
|
||||
type: singlestat
|
||||
valueName: current
|
||||
- title: Experimental-TripleO
|
||||
@ -127,7 +127,7 @@ dashboard:
|
||||
full: true
|
||||
show: true
|
||||
targets:
|
||||
- target: stats.gauges.zuul.pipeline.experimental-tripleo.current_changes
|
||||
- target: stats.gauges.zuul.tenant.openstack.pipeline.experimental-tripleo.current_changes
|
||||
type: singlestat
|
||||
valueName: current
|
||||
- title: Merge-Check
|
||||
@ -136,7 +136,7 @@ dashboard:
|
||||
full: true
|
||||
show: true
|
||||
targets:
|
||||
- target: stats.gauges.zuul.pipeline.merge-check.current_changes
|
||||
- target: stats.gauges.zuul.tenant.openstack.pipeline.merge-check.current_changes
|
||||
type: singlestat
|
||||
valueName: current
|
||||
showTitle: true
|
||||
|
Loading…
x
Reference in New Issue
Block a user