summary refs log tree commit diff
path: root/contrib/grafana
diff options
context:
space:
mode:
authorDavid Robertson <davidr@element.io>2021-09-23 14:45:32 +0100
committerGitHub <noreply@github.com>2021-09-23 14:45:32 +0100
commita10988983a1cd145fc5ae57c9a00ea95fbaece61 (patch)
treea4ac65a51b717c221af362cb7289cdb32a753f37 /contrib/grafana
parentFix reactivated users not being added to the user directory (#10782) (diff)
downloadsynapse-a10988983a1cd145fc5ae57c9a00ea95fbaece61.tar.xz
Break down cache expiry reasons in grafana (#10880)
A follow-up to #10829
Diffstat (limited to 'contrib/grafana')
-rw-r--r--contrib/grafana/synapse.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/grafana/synapse.json b/contrib/grafana/synapse.json
index ed1e8ba7f8..2c839c30d0 100644
--- a/contrib/grafana/synapse.json
+++ b/contrib/grafana/synapse.json
@@ -6785,7 +6785,7 @@
               "expr": "rate(synapse_util_caches_cache:evicted_size{instance=\"$instance\",job=~\"$job\",index=~\"$index\"}[$bucket_size])",
               "format": "time_series",
               "intervalFactor": 1,
-              "legendFormat": "{{name}} {{job}}-{{index}}",
+              "legendFormat": "{{name}} ({{reason}}) {{job}}-{{index}}",
               "refId": "A"
             }
           ],
@@ -10888,5 +10888,5 @@
   "timezone": "",
   "title": "Synapse",
   "uid": "000000012",
-  "version": 99
+  "version": 100
 }
\ No newline at end of file