diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2020-05-14 17:01:34 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-14 17:01:34 +0100 |
commit | eafd103fc70bc7d479bf80271b4f03144424d5fa (patch) | |
tree | ab8222189c452cd52868ec7f8ef95609a37787e0 /changelog.d | |
parent | Allow expired accounts to logout (#7443) (diff) | |
download | synapse-eafd103fc70bc7d479bf80271b4f03144424d5fa.tar.xz |
Fix b'GET' in prometheus metrics (#7503)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/7503.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7503.bugfix b/changelog.d/7503.bugfix new file mode 100644 index 0000000000..d33d26dcbf --- /dev/null +++ b/changelog.d/7503.bugfix @@ -0,0 +1 @@ +Fix incorrect `method` label on `synapse_http_matrixfederationclient_{requests,responses}` prometheus metrics. |