From 9ace7c5e06bcb613507cc99890281a33b6626ca5 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Fri, 4 Mar 2022 12:43:22 -0800 Subject: [PATCH] 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 --- grafana/zuul-performance.yaml | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/grafana/zuul-performance.yaml b/grafana/zuul-performance.yaml index 77bd391dd5..faca505684 100644 --- a/grafana/zuul-performance.yaml +++ b/grafana/zuul-performance.yaml @@ -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