Skip to content

Commit 98c5024

Browse files
committed
Fix event name
1 parent e7ebadc commit 98c5024

File tree

1 file changed

+1
-1
lines changed
  • keps/sig-scheduling/5142-pop-backoffq-when-activeq-empty

1 file changed

+1
-1
lines changed

keps/sig-scheduling/5142-pop-backoffq-when-activeq-empty/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ Abnormal values of metrics related to scheduling queue, meaning pods are stuck i
295295
- `scheduler_schedule_attempts_total` metric with `scheduled` label is almost constant, while there are pending pods that should be schedulable.
296296
This could mean that pods from backoffQ are taken instead of those from activeQ.
297297
- `scheduler_pending_pods` metric with `active` label is not decreasing, while with `backoff` is almost constant.
298-
- `scheduler_queue_incoming_pods_total` metric with `BackoffPop` label is increasing when there are pods in activeQ.
298+
- `scheduler_queue_incoming_pods_total` metric with `PopFromBackoffQ` label is increasing when there are pods in activeQ.
299299
- `scheduler_pod_scheduling_sli_duration_seconds` metric is visibly higher for schedulable pods.
300300

301301
###### Were upgrade and rollback tested? Was the upgrade->downgrade->upgrade path tested?

0 commit comments

Comments
 (0)