Skip to content

Commit

Permalink
Fix CAS bytes proxied graph label (#8309)
Browse files Browse the repository at this point in the history
  • Loading branch information
iain-macdonald authored Feb 5, 2025
1 parent d1b9c87 commit db3eaac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/metrics/grafana/dashboards/cache-proxy.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit db3eaac

Please sign in to comment.