mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
Break down cache expiry reasons in grafana (#10880)
A follow-up to #10829
This commit is contained in:
parent
dcfd864970
commit
a10988983a
1
changelog.d/10880.misc
Normal file
1
changelog.d/10880.misc
Normal file
@ -0,0 +1 @@
|
|||||||
|
Break down Grafana's cache expiry time series based on reason for eviction---see #10829.
|
@ -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 @@
|
|||||||
"timezone": "",
|
"timezone": "",
|
||||||
"title": "Synapse",
|
"title": "Synapse",
|
||||||
"uid": "000000012",
|
"uid": "000000012",
|
||||||
"version": 99
|
"version": 100
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user