diff options
author | reivilibre <reivilibre@users.noreply.github.com> | 2022-12-06 13:36:59 +0000 |
---|---|---|
committer | reivilibre <reivilibre@users.noreply.github.com> | 2022-12-06 13:36:59 +0000 |
commit | 1f11b0dd86ad4ddf20ca495d78d595af82c2c54b (patch) | |
tree | 0e3fdaf91b0855ac790d2b2c13f9a80f57a3ed71 /latest/upgrade.html | |
parent | deploy: e1779bc69fe217b2a8dac36beb9896f0c9dbfb3e (diff) | |
download | synapse-1f11b0dd86ad4ddf20ca495d78d595af82c2c54b.tar.xz |
deploy: a16931f30db35241e6618ddfb14fda2459b4476c
Diffstat (limited to 'latest/upgrade.html')
-rw-r--r-- | latest/upgrade.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/latest/upgrade.html b/latest/upgrade.html index 28dbc56257..51494599aa 100644 --- a/latest/upgrade.html +++ b/latest/upgrade.html @@ -231,6 +231,21 @@ dpkg -i matrix-synapse-py3_1.3.0+stretch1_amd64.deb </code></pre> </li> </ul> +<h1 id="upgrading-to-v1730"><a class="header" href="#upgrading-to-v1730">Upgrading to v1.73.0</a></h1> +<h2 id="legacy-prometheus-metric-names-have-now-been-removed"><a class="header" href="#legacy-prometheus-metric-names-have-now-been-removed">Legacy Prometheus metric names have now been removed</a></h2> +<p>Synapse v1.69.0 included the deprecation of legacy Prometheus metric names +and offered an option to disable them. +Synapse v1.71.0 disabled legacy Prometheus metric names by default.</p> +<p>This version, v1.73.0, removes those legacy Prometheus metric names entirely. +This also means that the <code>enable_legacy_metrics</code> configuration option has been +removed; it will no longer be possible to re-enable the legacy metric names.</p> +<p>If you use metrics and have not yet updated your Grafana dashboard(s), +Prometheus console(s) or alerting rule(s), please consider doing so when upgrading +to this version. +Note that the included Grafana dashboard was updated in v1.72.0 to correct some +metric names which were missed when legacy metrics were disabled by default.</p> +<p>See <a href="#deprecation-of-legacy-prometheus-metric-names">v1.69.0: Deprecation of legacy Prometheus metric names</a> +for more context.</p> <h1 id="upgrading-to-v1720"><a class="header" href="#upgrading-to-v1720">Upgrading to v1.72.0</a></h1> <h2 id="dropping-support-for-postgresql-10"><a class="header" href="#dropping-support-for-postgresql-10">Dropping support for PostgreSQL 10</a></h2> <p>In line with our <a href="deprecation_policy.html">deprecation policy</a>, we've dropped |