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
"The number of prebuilds that have been created to meet the desired count set by presets.",
21
21
labels,
22
22
nil,
23
23
)
24
24
failedPrebuildsDesc=prometheus.NewDesc(
25
-
"coderd_prebuilds_failed",
25
+
"coderd_prebuilds_failed_total",
26
26
"The number of prebuilds that failed to build during creation.",
27
27
labels,
28
28
nil,
29
29
)
30
30
claimedPrebuildsDesc=prometheus.NewDesc(
31
-
"coderd_prebuilds_claimed",
31
+
"coderd_prebuilds_claimed_total",
32
32
"The number of prebuilds that were claimed by a user. Each count means that a user created a workspace using a preset and was assigned a prebuild instead of a brand new workspace.",
0 commit comments