We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
These will be based on the absence of specific Policies targeting a HTTPRoute or Gateway.
These alerts will need to depend on metrics exported by https://github.com/Kuadrant/gateway-api-state-metrics/tree/main
Changes may be needed to expose the relationship (targetRef) information as state metrics so that the alert query can be written
The text was updated successfully, but these errors were encountered:
example alert query
label_replace(gatewayapi_gateway_info, "gateway_name", "$1", "name", "(.*)") unless (label_replace(gatewayapi_gateway_info, "gateway_name", "$1", "name", "(.*)") * on(gateway_name) group_left label_replace(gatewayapi_dnspolicy_target_info{target_kind="Gateway"}, "gateway_name", "$1", "target_name", "(.*)"))
Sorry, something went wrong.
jasonmadigan
david-martin
Successfully merging a pull request may close this issue.
These will be based on the absence of specific Policies targeting a HTTPRoute or Gateway.
These alerts will need to depend on metrics exported by https://github.com/Kuadrant/gateway-api-state-metrics/tree/main
Changes may be needed to expose the relationship (targetRef) information as state metrics so that the alert query can be written
The text was updated successfully, but these errors were encountered: