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
It would be useful to enable the jsonpath AllowMissingKeys attribute on a per metrics basis.
i.e. in extractValue func, if there isn't a jsonpath match then return an empty response instead of an error.
It would be useful to enable the jsonpath AllowMissingKeys attribute on a per metrics basis.
i.e. in extractValue func, if there isn't a jsonpath match then return an empty response instead of an error.
https://pkg.go.dev/k8s.io/client-go/util/jsonpath#JSONPath.AllowMissingKeys
I'm happy to investigate the implementation if the feature is useful...
The text was updated successfully, but these errors were encountered: