diff options
author | reivilibre <oliverw@matrix.org> | 2022-09-08 14:30:48 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-08 15:30:48 +0100 |
commit | cf11919ddd4f48b2f59062542ba62969042f80aa (patch) | |
tree | 31ec773143715571cf2154c50f04be8f1ddc2a42 /changelog.d | |
parent | Fix Prometheus recording rules to not use legacy metric names. (#13718) (diff) | |
download | synapse-cf11919ddd4f48b2f59062542ba62969042f80aa.tar.xz |
Fix cache metrics not being updated when not using the legacy exposition module. (#13717)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/13717.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13717.misc b/changelog.d/13717.misc new file mode 100644 index 0000000000..07ace50b12 --- /dev/null +++ b/changelog.d/13717.misc @@ -0,0 +1 @@ +Add experimental configuration option to allow disabling legacy Prometheus metric names. \ No newline at end of file |