Skip to content

Commit

Permalink
Break down cache expiry reasons in grafana (matrix-org#10880)
Browse files Browse the repository at this point in the history
A follow-up to matrix-org#10829
  • Loading branch information
David Robertson authored Sep 23, 2021
1 parent dcfd864 commit a109889
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions changelog.d/10880.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Break down Grafana's cache expiry time series based on reason for eviction---see #10829.
4 changes: 2 additions & 2 deletions contrib/grafana/synapse.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
],
Expand Down Expand Up @@ -10888,5 +10888,5 @@
"timezone": "",
"title": "Synapse",
"uid": "000000012",
"version": 99
"version": 100
}

0 comments on commit a109889

Please sign in to comment.