Fix reconfiguration time graph

This graph is per-tenant, not per-pipeline.

Also, change the point radius to 2 from the default of 5, which is
way too big.

Change-Id: Ic3abf91e74890fa69c11d9ba397d122b0e9e5885
This commit is contained in:
James E. Blair
2022-03-04 12:43:22 -08:00
parent f589c9b3cd
commit 9ace7c5e06

View File

@@ -48,6 +48,7 @@ dashboard:
type: graph
nullPointMode: "connected"
points: true
pointradius: 2
yaxes:
- label: time
format: ms
@@ -59,6 +60,7 @@ dashboard:
type: graph
nullPointMode: "connected"
points: true
pointradius: 2
yaxes:
- label: time
format: ms
@@ -70,6 +72,7 @@ dashboard:
type: graph
nullPointMode: "connected"
points: true
pointradius: 2
yaxes:
- label: time
format: ms
@@ -81,6 +84,7 @@ dashboard:
type: graph
nullPointMode: "connected"
points: true
pointradius: 2
yaxes:
- label: time
format: ms
@@ -92,6 +96,7 @@ dashboard:
type: graph
nullPointMode: "connected"
points: true
pointradius: 2
yaxes:
- label: time
format: ms
@@ -103,6 +108,7 @@ dashboard:
type: graph
nullPointMode: "connected"
points: true
pointradius: 2
yaxes:
- label: time
format: ms
@@ -114,6 +120,7 @@ dashboard:
type: graph
nullPointMode: "connected"
points: true
pointradius: 2
yaxes:
- label: count
format: short
@@ -125,6 +132,7 @@ dashboard:
type: graph
nullPointMode: "connected"
points: true
pointradius: 2
yaxes:
- label: count
format: short
@@ -136,6 +144,7 @@ dashboard:
type: graph
nullPointMode: "connected"
points: true
pointradius: 2
yaxes:
- label: count
format: short
@@ -147,6 +156,7 @@ dashboard:
type: graph
nullPointMode: "connected"
points: true
pointradius: 2
yaxes:
- label: count
format: short
@@ -158,6 +168,7 @@ dashboard:
type: graph
nullPointMode: "connected"
points: true
pointradius: 2
yaxes:
- label: time
format: ms
@@ -169,6 +180,7 @@ dashboard:
type: graph
nullPointMode: "connected"
points: true
pointradius: 2
yaxes:
- label: time
format: ms
@@ -180,6 +192,7 @@ dashboard:
type: graph
nullPointMode: "connected"
points: true
pointradius: 2
yaxes:
- label: time
format: ms
@@ -191,6 +204,7 @@ dashboard:
type: graph
nullPointMode: "connected"
points: true
pointradius: 2
yaxes:
- label: time
format: ms
@@ -202,6 +216,7 @@ dashboard:
type: graph
nullPointMode: "connected"
points: true
pointradius: 2
yaxes:
- label: time
format: ms
@@ -213,6 +228,7 @@ dashboard:
type: graph
nullPointMode: "connected"
points: true
pointradius: 2
yaxes:
- label: time
format: ms
@@ -224,6 +240,7 @@ dashboard:
type: graph
nullPointMode: "connected"
points: true
pointradius: 2
yaxes:
- label: time
format: ms
@@ -231,10 +248,11 @@ dashboard:
- title: Reconfiguration Time
span: 6
targets:
- target: aliasByNode(stats.timers.zuul.tenant.$tenant.pipeline.*.reconfiguration_time.mean, 6)
- target: aliasByNode(stats.timers.zuul.tenant.$tenant.reconfiguration_time.mean, 6)
type: graph
nullPointMode: "connected"
points: true
pointradius: 2
yaxes:
- label: time
format: ms