File tree 1 file changed +2
-2
lines changed
enterprise/coderd/prebuilds
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 17
17
labels = []string {"template_name" , "preset_name" , "organization_name" }
18
18
createdPrebuildsDesc = prometheus .NewDesc (
19
19
"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 " +
21
21
"template preset." ,
22
22
labels ,
23
23
nil ,
50
50
)
51
51
eligiblePrebuildsDesc = prometheus .NewDesc (
52
52
"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 " +
54
54
"have completed their build process with their agent reporting 'ready' status." ,
55
55
labels ,
56
56
nil ,
You can’t perform that action at this time.
0 commit comments