|
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,
|
|