Skip to content

Commit 2653cb0

Browse files
workqueue: Fix time to completion metric (#1134)
Likely a copy & paste issue. This picks the right metric.
1 parent e795d03 commit 2653cb0

File tree

1 file changed

+1
-1
lines changed
  • modules/dashboard/sections/workqueue

1 file changed

+1
-1
lines changed

modules/dashboard/sections/workqueue/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ module "time-to-completion" {
163163
title = "Time to completion (95p by priority)"
164164
filter = concat(local.gmp_filter, [
165165
"resource.type=\"prometheus_target\"",
166-
"metric.type=\"prometheus.googleapis.com/workqueue_attempts_at_completion/histogram\"",
166+
"metric.type=\"prometheus.googleapis.com/workqueue_time_to_completion_seconds/histogram\"",
167167
"metric.label.\"service_name\"=\"${local.dsp_name}\"",
168168
])
169169
group_by_fields = ["metric.label.\"priority_class\""]

0 commit comments

Comments
 (0)