Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit f3b262c

Browse files
committed
Fix a small typo in the metrics_flags config option.
1 parent c5f89fb commit f3b262c

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

changelog.d/7171.doc

Whitespace-only changes.

docs/sample_config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1144,7 +1144,7 @@ account_threepid_delegates:
11441144
# enabled by default, either for performance reasons or limited use.
11451145
#
11461146
metrics_flags:
1147-
# Publish synapse_federation_known_servers, a g auge of the number of
1147+
# Publish synapse_federation_known_servers, a gauge of the number of
11481148
# servers this homeserver knows about, including itself. May cause
11491149
# performance problems on large homeservers.
11501150
#

synapse/config/metrics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def generate_config_section(self, report_stats=None, **kwargs):
8686
# enabled by default, either for performance reasons or limited use.
8787
#
8888
metrics_flags:
89-
# Publish synapse_federation_known_servers, a g auge of the number of
89+
# Publish synapse_federation_known_servers, a gauge of the number of
9090
# servers this homeserver knows about, including itself. May cause
9191
# performance problems on large homeservers.
9292
#

0 commit comments

Comments
 (0)