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
#14274 added detailed per-provisioner-job workspace build timings and inserted them into the database. These are exposed in the UI per workspace, but there is no top-level aggregated Prometheus metric for operators to monitor.
Proposed Solution
Expose provisioner job timings as a histogram aggregated by:
The text was updated successfully, but these errors were encountered:
coder-labelerbot
added
needs-rfc
Issues that needs an RFC due to an expansive scope and unclear implementation path.
observability
Issues related to observability (metrics, dashboards, alerts, opentelemetry)
labels
Oct 30, 2024
johnstcn
removed
the
needs-rfc
Issues that needs an RFC due to an expansive scope and unclear implementation path.
label
Oct 30, 2024
Relates to coder/internal#22
Motivation
#14274 added detailed per-provisioner-job workspace build timings and inserted them into the database. These are exposed in the UI per workspace, but there is no top-level aggregated Prometheus metric for operators to monitor.
Proposed Solution
Expose provisioner job timings as a histogram aggregated by:
template_name
template_version
job_type
(template_version_import
,template_version_dry_run
,workspace_build
)provisioner_type
(terraform
,echo
)stage
(init
,plan
,graph
,apply
)NOTE: the above is a proposal only and not final.
The text was updated successfully, but these errors were encountered: