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
When specifying a custom metrics template there are a fixed set of variables (target, service, interval, etc). There are cases where the provided variables do provide enough information to filter metrics appropriately.
Proposed solution
Extend the canaries.flagger.app CRD to support additional metrics variables (optional) as key/value pairs to be exposed in the message template.
example: canary metric snippet (includes the proposed variables block)
Describe the feature
When specifying a custom metrics template there are a fixed set of variables (target, service, interval, etc). There are cases where the provided variables do provide enough information to filter metrics appropriately.
Proposed solution
Extend the
canaries.flagger.app
CRD to support additional metrics variables (optional) as key/value pairs to be exposed in the message template.example: canary metric snippet (includes the proposed
variables
block)Any alternatives you've considered?
The alternative would be to update the metrics to ensure the variables available are exposed to apply filtering but this is not always feasible.
The text was updated successfully, but these errors were encountered: