-
Notifications
You must be signed in to change notification settings - Fork 945
Closed
Labels
customer-requestedFeatures requested by enterprise customers. Only humans may set this.Features requested by enterprise customers. Only humans may set this.scaletestIssues related to scale testing.Issues related to scale testing.
Description
We currently have workspace_builds, but being able to query the current number of workspaces (including their template and state) can be valuable for understanding usage. We should expose similar fields as the builds metric
# HELP coderd_workspace_builds_total The number of workspaces started, updated, or deleted.
# TYPE coderd_workspace_builds_total counter
coderd_workspace_builds_total{status="failed",template_name="docker",template_version="dazzling_chaum0",workspace_name="workspace-1",workspace_owner="admin",workspace_transition="START"} 1
coderd_workspace_builds_total{status="success",template_name="docker",template_version="dazzling_chaum0",workspace_name="workspace-1",workspace_owner="admin",workspace_transition="START"} 1
coderd_workspace_builds_total{status="success",template_name="docker",template_version="dazzling_chaum0",workspace_name="workspace-1",workspace_owner="admin",workspace_transition="STOP"} 1
Metadata
Metadata
Assignees
Labels
customer-requestedFeatures requested by enterprise customers. Only humans may set this.Features requested by enterprise customers. Only humans may set this.scaletestIssues related to scale testing.Issues related to scale testing.