summary refs log tree commit diff
path: root/UPGRADE.rst
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2018-04-04 19:46:28 +0100
committerRichard van der Hoff <richard@matrix.org>2018-04-04 19:46:28 +0100
commit518f6de0881378b1fa356e21256436491d43c93c (patch)
tree00de29dc06719640b3d01915e190bed206dde61b /UPGRADE.rst
parentMerge pull request #3063 from matrix-org/jcgruenhage/cache_settings_stats (diff)
downloadsynapse-518f6de0881378b1fa356e21256436491d43c93c.tar.xz
Remove redundant metrics which were deprecated in 0.27.0.
Diffstat (limited to 'UPGRADE.rst')
-rw-r--r--UPGRADE.rst9
1 files changed, 8 insertions, 1 deletions
diff --git a/UPGRADE.rst b/UPGRADE.rst
index f6bb1070b1..39a16b1c0c 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,6 +60,13 @@ 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
 ====================