parent
dcfd864970
commit
a10988983a
|
@ -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])",
|
||||
"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
|
||||
}
|
Loading…
Reference in New Issue