Skip to content

Commit 122f68d

Browse files
committed
Remove default value
Signed-off-by: Danny Kopping <danny@coder.com>
1 parent cc1a0b0 commit 122f68d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

codersdk/deployment.go

+2-3
Original file line numberDiff line numberDiff line change
@@ -977,9 +977,8 @@ when required by your organization's security policy.`,
977977

978978
return nil
979979
}),
980-
Group: &deploymentGroupIntrospectionPrometheus,
981-
YAML: "aggregate_agent_stats_by",
982-
Default: strings.Join(AcceptedMetricAggregationLabels, ","),
980+
Group: &deploymentGroupIntrospectionPrometheus,
981+
YAML: "aggregate_agent_stats_by",
983982
},
984983
{
985984
Name: "Prometheus Collect Database Metrics",

0 commit comments

Comments
 (0)