From db3eaacd35e9650f0e5acac292737633d4282d2c Mon Sep 17 00:00:00 2001 From: Iain Macdonald Date: Tue, 4 Feb 2025 16:08:41 -0800 Subject: [PATCH] Fix CAS bytes proxied graph label (#8309) --- tools/metrics/grafana/dashboards/cache-proxy.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/metrics/grafana/dashboards/cache-proxy.json b/tools/metrics/grafana/dashboards/cache-proxy.json index d2a6b33df4d..c20abbefd5d 100644 --- a/tools/metrics/grafana/dashboards/cache-proxy.json +++ b/tools/metrics/grafana/dashboards/cache-proxy.json @@ -945,7 +945,7 @@ "expr": "sum by (cache_status) (rate(buildbuddy_proxy_content_addressable_storage_bytes{region=\"${region}\"}[${window}]))", "format": "time_series", "interval": "", - "legendFormat": "request {{status}}", + "legendFormat": "{{cache_status}}", "queryType": "randomWalk", "range": true, "refId": "A"