You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
fix: add missing provisionerd metrics to docs (#20358)
## DescriptionAdd missing provisionerd metrics to Prometheus documentation:* `coderd_provisionerd_num_daemons`: The number of provisioner daemons.* `coderd_provisionerd_workspace_build_timings_seconds`: The time takenfor a workspace to build.Related to internal thread:https://codercom.slack.com/archives/C07GRNNRW03/p1760642020583019
Copy file name to clipboardExpand all lines: docs/admin/integrations/prometheus.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -146,6 +146,8 @@ deployment. They will always be available from the agent.
146
146
| `coderd_prebuilt_workspace_claim_duration_seconds` | histogram | Time to claim a prebuilt workspace by organization, template, and preset. | `organization_name` `preset_name` `template_name` |
147
147
| `coderd_provisionerd_job_timings_seconds` | histogram | The provisioner job time duration in seconds. | `provisioner` `status` |
148
148
| `coderd_provisionerd_jobs_current` | gauge | The number of currently running provisioner jobs. | `provisioner` |
149
+
| `coderd_provisionerd_num_daemons` | gauge | The number of provisioner daemons. | |
150
+
| `coderd_provisionerd_workspace_build_timings_seconds` | histogram | The time taken for a workspace to build. | `status` `template_name` `template_version` `workspace_transition` |
149
151
| `coderd_workspace_builds_total` | counter | The number of workspaces started, updated, or deleted. | `action` `owner_email` `status` `template_name` `template_version` `workspace_name` |
150
152
| `coderd_workspace_creation_duration_seconds` | histogram | Time to create a workspace by organization, template, preset, and type (regular or prebuild). | `organization_name` `preset_name` `template_name` `type` |
151
153
| `coderd_workspace_creation_total` | counter | Total regular (non-prebuilt) workspace creations by organization, template, and preset. | `organization_name` `preset_name` `template_name` |