Skip to content

Commit 1d66ade

Browse files
committed
make fmt
Signed-off-by: Danny Kopping <dannykopping@gmail.com>
1 parent 7287bd8 commit 1d66ade

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

enterprise/coderd/prebuilds/metricscollector.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ var (
1717
labels = []string{"template_name", "preset_name", "organization_name"}
1818
createdPrebuildsDesc = prometheus.NewDesc(
1919
"coderd_prebuilt_workspaces_created_total",
20-
"Total number of prebuilt workspaces that have been created to meet the desired instance count of each " +
20+
"Total number of prebuilt workspaces that have been created to meet the desired instance count of each "+
2121
"template preset.",
2222
labels,
2323
nil,
@@ -50,7 +50,7 @@ var (
5050
)
5151
eligiblePrebuildsDesc = prometheus.NewDesc(
5252
"coderd_prebuilt_workspaces_eligible",
53-
"Current number of prebuilt workspaces that are eligible to be claimed by users. These are workspaces that " +
53+
"Current number of prebuilt workspaces that are eligible to be claimed by users. These are workspaces that "+
5454
"have completed their build process with their agent reporting 'ready' status.",
5555
labels,
5656
nil,

0 commit comments

Comments
 (0)