From a30faee5895c8e9b0a3fc4e594b0c658f06c9fa4 Mon Sep 17 00:00:00 2001 From: Milan Pavlik Date: Mon, 26 Sep 2022 11:22:44 +0000 Subject: [PATCH] [grafana] Fix grpc / client dashboard --- .../dashboards/gitpod-grpc-client.json | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/operations/observability/mixins/cross-teams/dashboards/gitpod-grpc-client.json b/operations/observability/mixins/cross-teams/dashboards/gitpod-grpc-client.json index fb896aec1f7cbb..00ff7ec9c52b4a 100644 --- a/operations/observability/mixins/cross-teams/dashboards/gitpod-grpc-client.json +++ b/operations/observability/mixins/cross-teams/dashboards/gitpod-grpc-client.json @@ -25,7 +25,7 @@ "editable": true, "fiscalYearStartMonth": 0, "graphTooltip": 1, - "id": 76, + "id": 7, "links": [], "liveNow": false, "panels": [ @@ -647,7 +647,10 @@ "refresh": false, "schemaVersion": 37, "style": "dark", - "tags": [], + "tags": [ + "grpc", + "client" + ], "templating": { "list": [ { @@ -655,16 +658,10 @@ "current": { "selected": true, "text": [ - "etcdserverpb.KV", - "etcdserverpb.Lease", - "etcdserverpb.Maintenance", - "etcdserverpb.Watch" + "All" ], "value": [ - "etcdserverpb.KV", - "etcdserverpb.Lease", - "etcdserverpb.Maintenance", - "etcdserverpb.Watch" + "$__all" ] }, "datasource": { @@ -776,6 +773,6 @@ "timezone": "utc", "title": "gRPC / Client", "uid": "dxEjpXn4z", - "version": 3, + "version": 1, "weekStart": "monday" }