Controller Reconciliations Count
This metric can be used to track the number of reconciliations performed by various Kyverno controllers.
Metric Name(s)
kyverno_controller_reconcile_total
Metric Value
Counter - An only-increasing integer representing the count of reconciliations performed.
Metric Labels
Label | Allowed Values | Description |
---|---|---|
controller_name | Controller name. |
Use cases
- Troubleshoot abnormal activity.
Useful Queries
- Number of reconciliations per controller in the last hour:
changes (kyverno_controller_reconcile_total[1h])
Last modified May 16, 2023 at 9:40 PM PST: fix: metrics docs (#851) (ea09ee2)