File tree 1 file changed +2
-2
lines changed
docs/admin/templates/extending-templates
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Prebuilt workspaces are:
16
16
## Prerequisites
17
17
18
18
- [ ** Premium license** ] ( ../../licensing/index.md )
19
- - ** Template administrator privileges** : User must have permissions to create or modify templates.
19
+ - [ ** Template administrator privileges** ] ( ../../users/groups-roles.md )
20
20
- ** Compatible Terraform provider** : Use ` coder/coder ` Terraform provider ` >= 2.3.0-pre2 ` . (** TODO: update with latest version** )
21
21
- ** Feature flag** : Enable the ` workspace-prebuilds ` [ experiment] ( ../../../reference/cli/server.md#--experiments ) .
22
22
@@ -203,7 +203,7 @@ Coder provides several metrics to monitor your prebuilt workspaces:
203
203
- ` coderd_prebuilt_workspaces_failed_total ` (counter): Total number of prebuilt workspaces that failed to build.
204
204
- ` coderd_prebuilt_workspaces_claimed_total ` (counter): Total number of prebuilt workspaces claimed by users.
205
205
- ` coderd_prebuilt_workspaces_desired ` (gauge): Target number of prebuilt workspaces that should be available.
206
- - ` coderd_prebuilt_workspaces_running ` (gauge): Current number of prebuilt workspaces in running state.
206
+ - ` coderd_prebuilt_workspaces_running ` (gauge): Current number of prebuilt workspaces in a ` running ` state.
207
207
- ` coderd_prebuilt_workspaces_eligible ` (gauge): Current number of prebuilt workspaces eligible to be claimed.
208
208
209
209
#### Logs
You can’t perform that action at this time.
0 commit comments