Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9693fa8

Browse files
committed
fix
1 parent c7af75a commit 9693fa8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cli/testdata/coder_server_--help.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Use a YAML configuration file when your server launch become unwieldy.
9191
The bind address to serve prometheus metrics.
9292

9393
--prometheus-collect-agent-stats bool, $CODER_PROMETHEUS_COLLECT_AGENT_STATS
94-
Collect agent stats (may increase charges for metrics storage) .
94+
Collect agent stats (may increase charges for metrics storage).
9595

9696
--prometheus-enable bool, $CODER_PROMETHEUS_ENABLE
9797
Serve prometheus metrics on the address defined by prometheus address.

cli/testdata/server-config.yaml.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ introspection:
146146
# The bind address to serve prometheus metrics.
147147
# (default: 127.0.0.1:2112, type: host:port)
148148
address: 127.0.0.1:2112
149-
# Collect agent stats (may increase charges for metrics storage) .
149+
# Collect agent stats (may increase charges for metrics storage).
150150
# (default: <unset>, type: bool)
151151
collect_agent_stats: false
152152
pprof:

codersdk/deployment.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -725,7 +725,7 @@ when required by your organization's security policy.`,
725725
},
726726
{
727727
Name: "Prometheus Collect Agent Stats",
728-
Description: "Collect agent stats (may increase charges for metrics storage) .",
728+
Description: "Collect agent stats (may increase charges for metrics storage).",
729729
Flag: "prometheus-collect-agent-stats",
730730
Env: "CODER_PROMETHEUS_COLLECT_AGENT_STATS",
731731
Value: &c.Prometheus.CollectAgentStats,

0 commit comments

Comments
 (0)