Cleanup Controller Deleted Objects
This metric can be used to track the number of objects deleted by the cleanup TTL controller.
Metric Name(s)
kyverno_ttl_controller_deletedobjects
Metric Value
Counter - An only-increasing integer representing the number of objects deleted by the cleanup TTL controller.
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 resources deleted over time by the cleanup TTL controller.
Last modified December 01, 2023 at 9:54 PM PST: feat: add ttl cleanup metrics (#1027) (f98899a)