summary refs log tree commit diff
path: root/develop/usage/configuration/config_documentation.html
diff options
context:
space:
mode:
Diffstat (limited to 'develop/usage/configuration/config_documentation.html')
-rw-r--r--develop/usage/configuration/config_documentation.html18
1 files changed, 0 insertions, 18 deletions
diff --git a/develop/usage/configuration/config_documentation.html b/develop/usage/configuration/config_documentation.html

index e0dc6ee087..456f4c6ffa 100644 --- a/develop/usage/configuration/config_documentation.html +++ b/develop/usage/configuration/config_documentation.html
@@ -2112,24 +2112,6 @@ Defaults to false.</p> <pre><code class="language-yaml">enable_metrics: true </code></pre> <hr /> -<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>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> -<li>counters that don't end with the <code>_total</code> suffix, such as <code>synapse_federation_client_sent_edus</code>, therefore not adhering to the OpenMetrics standard.</li> -</ul> -<p>These legacy metric names are unconventional and not compliant with OpenMetrics standards. -They are included for backwards compatibility.</p> -<p>Example configuration:</p> -<pre><code class="language-yaml">enable_legacy_metrics: false -</code></pre> -<p>See https://github.com/matrix-org/synapse/issues/11106 for context.</p> -<p><em>Since v1.67.0.</em></p> -<h2 id="will-be-removed-in-v1730"><a class="header" href="#will-be-removed-in-v1730"><strong>Will be removed in v1.73.0.</strong></a></h2> <h3 id="sentry"><a class="header" href="#sentry"><code>sentry</code></a></h3> <p>Use this option to enable sentry integration. Provide the DSN assigned to you by sentry with the <code>dsn</code> setting.</p>