Skip to content

Commit 29edf71

Browse files
anoadragon453phil-flex
authored andcommitted
Fix a small typo in the metrics_flags config option. (matrix-org#7171)
1 parent 50dbf4d commit 29edf71

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

changelog.d/7171.doc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix a small typo in the `metrics_flags` config option.

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)