diff options
author | Erik Johnston <erik@matrix.org> | 2022-02-15 14:31:04 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-15 14:31:04 +0000 |
commit | 0dbbe33a65c17cdb1ad41d6109b5629029dce886 (patch) | |
tree | 1813f0acb252c5c2a383db79e1842e3d4a738178 /changelog.d | |
parent | Fix incorrect `get_rooms_for_user` for remote user (#11999) (diff) | |
download | synapse-0dbbe33a65c17cdb1ad41d6109b5629029dce886.tar.xz |
Track cache invalidations (#12000)
Currently we only track evictions due to size or time constraints.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/12000.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12000.feature b/changelog.d/12000.feature new file mode 100644 index 0000000000..246cc87f0b --- /dev/null +++ b/changelog.d/12000.feature @@ -0,0 +1 @@ +Track cache invalidations in Prometheus metrics, as already happens for cache eviction based on size or time. |