flagger icon indicating copy to clipboard operation
flagger copied to clipboard

Is it possible to ignore `no values found`?

Open sneakythr0ws opened this issue 2 years ago • 1 comments

Hi! Is it possible to ignore no values found? I need to successfully deploy in the absence of traffic

sneakythr0ws avatar Jan 25 '23 17:01 sneakythr0ws

You can write your own promql queries using Flagger's MetricTemplate and make the queries return a value that matches your threshold when there are no metrics in Prom.

stefanprodan avatar Jan 26 '23 11:01 stefanprodan