Cleanup Controller Errors Count
This metric can be used to track the number of errors encountered by the cleanup TTL controller while trying to delete objects.
Metric Name(s)
kyverno_ttl_controller_errors
Metric Value
Counter - An only-increasing integer representing the number of errors encountered by the cleanup TTL controller while trying to delete objects.
Metric Labels
Label | Allowed Values | Description |
---|---|---|
resource_group | “apps”, “rbac.authorization.k8s.io”, “networking.k8s.io”, etc. | Group of this resource |
resource_version | “v1”, “v1beta1”, “v1alpha1”, etc. | Version of this resource |
resource_resource | “pods”, “deployments”, “statefulSets”, “replicaSets”, etc. | Resource of this resource |
resource_namespace | Namespace in which this resource lives |
Use cases
- Monitor the number of failures while performing deletions by the cleanup TTL controller.
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.
Last modified December 01, 2023 at 9:54 PM PST: feat: add ttl cleanup metrics (#1027) (f98899a)