Skip to content
Snippets Groups Projects
Unverified Commit a1098898 authored by David Robertson's avatar David Robertson Committed by GitHub
Browse files

Break down cache expiry reasons in grafana (#10880)

A follow-up to #10829
parent dcfd8649
No related branches found
No related tags found
No related merge requests found
Break down Grafana's cache expiry time series based on reason for eviction---see #10829.
\ No newline at end of file
...@@ -6785,7 +6785,7 @@ ...@@ -6785,7 +6785,7 @@
"expr": "rate(synapse_util_caches_cache:evicted_size{instance=\"$instance\",job=~\"$job\",index=~\"$index\"}[$bucket_size])", "expr": "rate(synapse_util_caches_cache:evicted_size{instance=\"$instance\",job=~\"$job\",index=~\"$index\"}[$bucket_size])",
"format": "time_series", "format": "time_series",
"intervalFactor": 1, "intervalFactor": 1,
"legendFormat": "{{name}} {{job}}-{{index}}", "legendFormat": "{{name}} ({{reason}}) {{job}}-{{index}}",
"refId": "A" "refId": "A"
} }
], ],
...@@ -10888,5 +10888,5 @@ ...@@ -10888,5 +10888,5 @@
"timezone": "", "timezone": "",
"title": "Synapse", "title": "Synapse",
"uid": "000000012", "uid": "000000012",
"version": 99 "version": 100
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment