summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorJason Little <realtyem@gmail.com>2023-08-01 07:10:49 -0500
committerGitHub <noreply@github.com>2023-08-01 08:10:49 -0400
commit7cbb2a00d1ed07d42c6fa1fb226db512cd2a6b90 (patch)
tree13d5ca110c536b7aa0a96b60633122c760165f7f /changelog.d
parentMerge branch 'master' into develop (diff)
downloadsynapse-7cbb2a00d1ed07d42c6fa1fb226db512cd2a6b90.tar.xz
Add metrics tracking for eviction to ResponseCache (#16028)
Track whether the ResponseCache is evicting due to invalidation
or due to time.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/16028.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/16028.misc b/changelog.d/16028.misc
new file mode 100644
index 0000000000..3a1e9fef09
--- /dev/null
+++ b/changelog.d/16028.misc
@@ -0,0 +1 @@
+Collect additional metrics from `ResponseCache` for eviction.