diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2020-10-16 15:51:57 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-16 15:51:57 +0100 |
commit | 3ee17585cd095e590096683395cfb9a017eac15e (patch) | |
tree | 65ada1e25106be58ddba381f366c48c4ce4e5d91 /changelog.d | |
parent | Fix modifying events in `ThirdPartyRules` modules (#8564) (diff) | |
download | synapse-3ee17585cd095e590096683395cfb9a017eac15e.tar.xz |
Make LruCache register its own metrics (#8561)
rather than have everything that instantiates an LruCache manage metrics separately, have LruCache do it itself.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8561.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8561.misc b/changelog.d/8561.misc new file mode 100644 index 0000000000..a40dedfa8e --- /dev/null +++ b/changelog.d/8561.misc @@ -0,0 +1 @@ +Move metric registration code down into `LruCache`. |