Skip to content

Commit 6544d2d

Browse files
committed
Appeasing CI, again...
Signed-off-by: Danny Kopping <danny@coder.com>
1 parent 62e2624 commit 6544d2d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

cli/testdata/server-config.yaml.golden

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -188,14 +188,14 @@ introspection:
188188
# Collect agent stats (may increase charges for metrics storage).
189189
# (default: <unset>, type: bool)
190190
collect_agent_stats: false
191-
# Collect database metrics (may increase charges for metrics storage).
192-
# (default: false, type: bool)
193-
collect_db_metrics: false
194191
# When collecting agent stats, aggregate metrics by a given set of comma-separated
195192
# labels to reduce cardinality. Accepted values are template_name, agent_name,
196193
# username, workspace_name.
197194
# (default: <unset>, type: string-array)
198195
aggregate_agent_stats_by: []
196+
# Collect database metrics (may increase charges for metrics storage).
197+
# (default: false, type: bool)
198+
collect_db_metrics: false
199199
pprof:
200200
# Serve pprof metrics on the address defined by pprof address.
201201
# (default: <unset>, type: bool)

coderd/prometheusmetrics/aggregator_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,8 @@ func TestUpdateMetrics_MetricsExpire(t *testing.T) {
297297
}
298298

299299
func TestLabelsAggregation(t *testing.T) {
300+
t.Parallel()
301+
300302
type statCollection struct {
301303
labels prometheusmetrics.AgentMetricLabels
302304
metrics []*agentproto.Stats_Metric
@@ -559,8 +561,6 @@ func TestLabelsAggregation(t *testing.T) {
559561
}
560562

561563
for _, tc := range tests {
562-
t.Parallel()
563-
564564
t.Run(tc.name, func(t *testing.T) {
565565
// given
566566
registry := prometheus.NewRegistry()

0 commit comments

Comments
 (0)