summary refs log tree commit diff
path: root/v1.71/usage/configuration/config_documentation.html
diff options
context:
space:
mode:
authorreivilibre <reivilibre@users.noreply.github.com>2022-11-02 17:34:30 +0000
committerreivilibre <reivilibre@users.noreply.github.com>2022-11-02 17:34:30 +0000
commitf2dc9480d2af43ebd126c4e59130ac7bd7f3dcd1 (patch)
tree3e5bd48935fcdcfb41e3b3a91a0f31c8e450e30c /v1.71/usage/configuration/config_documentation.html
parentdeploy: ddbba28d52796346de7e96ede32730e4cc5fcdbb (diff)
downloadsynapse-f2dc9480d2af43ebd126c4e59130ac7bd7f3dcd1.tar.xz
deploy: 6546308c1e7d3eff316631a5909151dc6c7a9e1e
Diffstat (limited to '')
-rw-r--r--v1.71/usage/configuration/config_documentation.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/v1.71/usage/configuration/config_documentation.html b/v1.71/usage/configuration/config_documentation.html
index 2d8b8db2a5..828ffdf5e0 100644
--- a/v1.71/usage/configuration/config_documentation.html
+++ b/v1.71/usage/configuration/config_documentation.html
@@ -2115,8 +2115,8 @@ Defaults to false.</p>
 <h3 id="enable_legacy_metrics"><a class="header" href="#enable_legacy_metrics"><code>enable_legacy_metrics</code></a></h3>
 <p>Set to <code>true</code> to publish both legacy and non-legacy Prometheus metric names,
 or to <code>false</code> to only publish non-legacy Prometheus metric names.
-Defaults to <code>true</code>. Has no effect if <code>enable_metrics</code> is <code>false</code>.
-<strong>In Synapse v1.71.0, this will default to <code>false</code> before being removed in Synapse v1.73.0.</strong></p>
+Defaults to <code>false</code>. Has no effect if <code>enable_metrics</code> is <code>false</code>.
+<strong>In Synapse v1.67.0 up to and including Synapse v1.70.1, this defaulted to <code>true</code>.</strong></p>
 <p>Legacy metric names include:</p>
 <ul>
 <li>metrics containing colons in the name, such as <code>synapse_util_caches_response_cache:hits</code>, because colons are supposed to be reserved for user-defined recording rules;</li>