You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: codersdk/deployment.go
+3-2
Original file line number
Diff line number
Diff line change
@@ -12,10 +12,11 @@ import (
12
12
"strings"
13
13
"time"
14
14
15
-
"github.com/coder/coder/v2/coderd/agentmetrics"
16
15
"golang.org/x/mod/semver"
17
16
"golang.org/x/xerrors"
18
17
18
+
"github.com/coder/coder/v2/coderd/agentmetrics"
19
+
19
20
"github.com/coreos/go-oidc/v3/oidc"
20
21
21
22
"github.com/coder/coder/v2/buildinfo"
@@ -954,7 +955,7 @@ when required by your organization's security policy.`,
954
955
},
955
956
{
956
957
Name: "Prometheus Aggregate Agent Stats By",
957
-
Description: fmt.Sprintf("When collecting agent stats, aggregate metrics by a given set of comma-separated labels to reduce cardinality. Accepted values are %q", AcceptedMetricAggregationLabels),
958
+
Description: fmt.Sprintf("When collecting agent stats, aggregate metrics by a given set of comma-separated labels to reduce cardinality. Accepted values are %q.", AcceptedMetricAggregationLabels),
0 commit comments