diff options
| author | Jason Little <realtyem@gmail.com> | 2023-08-01 07:10:49 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-01 08:10:49 -0400 |
| commit | 7cbb2a00d1ed07d42c6fa1fb226db512cd2a6b90 (patch) | |
| tree | 13d5ca110c536b7aa0a96b60633122c760165f7f /synapse/util/caches/response_cache.py | |
| parent | Merge branch 'master' into develop (diff) | |
| download | synapse-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 'synapse/util/caches/response_cache.py')
| -rw-r--r-- | synapse/util/caches/response_cache.py | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/synapse/util/caches/response_cache.py b/synapse/util/caches/response_cache.py |
