Controller Drops Count
Metric Name(s)
Section titled “Metric Name(s)”kyverno_controller_drop_total
Metric Value
Section titled “Metric Value”Counter - An only-increasing integer representing the number of items dropped.
Metric Labels
Section titled “Metric Labels”| Label | Allowed Values | Description |
|---|---|---|
| controller_name | Controller name. |
Use cases
Section titled “Use cases”- Check if an item was dropped in the last 1 hour.
Useful Queries
Section titled “Useful Queries”- Number of drops per second per controller:
sum by (controller_name) (rate(kyverno_controller_drop_total{}[1h]))