1
0

Fix a small typo in the metrics_flags config option. (#7171)

This commit is contained in:
Andrew Morgan
2020-03-30 17:38:21 +01:00
committed by GitHub
parent 4f21c33be3
commit d9f29f8dae
3 changed files with 3 additions and 2 deletions

1
changelog.d/7171.doc Normal file
View File

@@ -0,0 +1 @@
Fix a small typo in the `metrics_flags` config option.

View File

@@ -1144,7 +1144,7 @@ account_threepid_delegates:
# enabled by default, either for performance reasons or limited use.
#
metrics_flags:
# Publish synapse_federation_known_servers, a g auge of the number of
# Publish synapse_federation_known_servers, a gauge of the number of
# servers this homeserver knows about, including itself. May cause
# performance problems on large homeservers.
#

View File

@@ -86,7 +86,7 @@ class MetricsConfig(Config):
# enabled by default, either for performance reasons or limited use.
#
metrics_flags:
# Publish synapse_federation_known_servers, a g auge of the number of
# Publish synapse_federation_known_servers, a gauge of the number of
# servers this homeserver knows about, including itself. May cause
# performance problems on large homeservers.
#