You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently kro lacks observability around CEL expression execution. we need to add prometheus metrics similar to the Kubernetes API server to track CEL evaluation performance and failures. These metrics will help operators monitor the health and performance of ResourceGroups/I reconcilers.
Feature Description
Currently kro lacks observability around CEL expression execution. we need to add prometheus metrics similar to the Kubernetes API server to track CEL evaluation performance and failures. These metrics will help operators monitor the health and performance of ResourceGroups/I reconcilers.
We should follow the pattern from:
https://github.com/kubernetes/apiserver/blob/2241ea00526fdd746871375dfca871627f6a511a/pkg/cel/metrics/metrics.go#L32-L62
The text was updated successfully, but these errors were encountered: