Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit c6d27fb

Browse files
author
David Robertson
committed
Break down cache expiry reasons in grafana
A follow-up to #10829
1 parent a2d7195 commit c6d27fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contrib/grafana/synapse.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -6785,7 +6785,7 @@
67856785
"expr": "rate(synapse_util_caches_cache:evicted_size{instance=\"$instance\",job=~\"$job\",index=~\"$index\"}[$bucket_size])",
67866786
"format": "time_series",
67876787
"intervalFactor": 1,
6788-
"legendFormat": "{{name}} {{job}}-{{index}}",
6788+
"legendFormat": "{{name}} ({{reason}}) {{job}}-{{index}}",
67896789
"refId": "A"
67906790
}
67916791
],
@@ -10888,5 +10888,5 @@
1088810888
"timezone": "",
1088910889
"title": "Synapse",
1089010890
"uid": "000000012",
10891-
"version": 99
10891+
"version": 100
1089210892
}

0 commit comments

Comments
 (0)