Controller Requeues Count
Metric Name(s)
Section titled “Metric Name(s)”kyverno_controller_requeue_total
Metric Value
Section titled “Metric Value”Counter - An only-increasing integer representing the number of items requeued.
Metric Labels
Section titled “Metric Labels”| Label | Allowed Values | Description |
|---|---|---|
| controller_name | Controller name. | |
| num_requeues | Number of consecutive requeues for the same item. |
Use cases
Section titled “Use cases”- Troubleshoot abnormal conflicts in reconciliation.
Useful Queries
Section titled “Useful Queries”- Number of requeues per controller in the last hour:
changes (kyverno_controller_requeue_total[1h])