From edf8d08a3e2215b09ea83c75444756c881b37382 Mon Sep 17 00:00:00 2001 From: reivilibre Date: Thu, 24 Nov 2022 09:10:06 +0000 Subject: deploy: 9af2be192a759c22d189b72cc0a7580cd9de8a37 --- develop/usage/configuration/config_documentation.html | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'develop/usage/configuration/config_documentation.html') 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.

enable_metrics: true
 

-

enable_legacy_metrics

-

Set to true to publish both legacy and non-legacy Prometheus metric names, -or to false to only publish non-legacy Prometheus metric names. -Defaults to false. Has no effect if enable_metrics is false. -In Synapse v1.67.0 up to and including Synapse v1.70.1, this defaulted to true.

-

Legacy metric names include:

- -

These legacy metric names are unconventional and not compliant with OpenMetrics standards. -They are included for backwards compatibility.

-

Example configuration:

-
enable_legacy_metrics: false
-
-

See https://github.com/matrix-org/synapse/issues/11106 for context.

-

Since v1.67.0.

-

Will be removed in v1.73.0.

sentry

Use this option to enable sentry integration. Provide the DSN assigned to you by sentry with the dsn setting.

-- cgit 1.5.1