diff options
author | Richard van der Hoff <richard@matrix.org> | 2018-04-09 12:58:37 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2018-04-09 12:59:12 +0100 |
commit | 13decdbf96981782616a3ee1826fce1213a1bc89 (patch) | |
tree | f27e64cd8bd1f8551266a0881417231c54f589d4 /docs | |
parent | Merge pull request #3046 from matrix-org/dbkr/join_group (diff) | |
download | synapse-13decdbf96981782616a3ee1826fce1213a1bc89.tar.xz |
Revert "Merge pull request #3066 from matrix-org/rav/remove_redundant_metrics"
We aren't ready to release this yet, so I'm reverting it for now. This reverts commit d1679a4ed7947b0814e0f2af9b888a16c588f1a1, reversing changes made to e089100c6231541c446e37e157dec8feed02d283.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/metrics-howto.rst | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/docs/metrics-howto.rst b/docs/metrics-howto.rst index 5e2d7c52ec..8acc479bc3 100644 --- a/docs/metrics-howto.rst +++ b/docs/metrics-howto.rst @@ -34,17 +34,6 @@ How to monitor Synapse metrics using Prometheus Restart prometheus. -Deprecated metrics removed in 0.28.0 ------------------------------------- - -Synapse 0.28.0 removes all of the metrics deprecated by 0.27.0, which are those -listed under "Old name" below. This has been done to reduce the bandwidth used -by gathering metrics and the storage requirements for the Prometheus server, as -well as reducing CPU overhead for both Synapse and Prometheus. - -Administrators should update any alerts or monitoring dashboards to use the -"New name" listed below. - Block and response metrics renamed for 0.27.0 --------------------------------------------- |