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 /UPGRADE.rst | |
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 'UPGRADE.rst')
-rw-r--r-- | UPGRADE.rst | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/UPGRADE.rst b/UPGRADE.rst index 39a16b1c0c..f6bb1070b1 100644 --- a/UPGRADE.rst +++ b/UPGRADE.rst @@ -52,7 +52,7 @@ Upgrading to $NEXT_VERSION ==================== This release expands the anonymous usage stats sent if the opt-in -``report_stats`` configuration is set to ``true``. We now capture RSS memory +``report_stats`` configuration is set to ``true``. We now capture RSS memory and cpu use at a very coarse level. This requires administrators to install the optional ``psutil`` python module. @@ -60,13 +60,6 @@ We would appreciate it if you could assist by ensuring this module is available and ``report_stats`` is enabled. This will let us see if performance changes to synapse are having an impact to the general community. -This release also removes a number of redundant Prometheus metrics. -Administrators may need to update their dashboards and alerting rules to use -the updated metric names, if they have not already done so. See -`docs/metrics-howto.rst <docs/metrics-howto.rst#deprecated-metrics-removed-in-0-28-0>`_ -for more details. - - Upgrading to v0.15.0 ==================== |