Skip to content

Commit

Permalink
fix: revert #644
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelpearsonHO committed Sep 17, 2024
1 parent 2c80b45 commit d9d461c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ local createGraphPanel(sliSpec) =
).addTarget(
prometheus.target(
|||
sum(avg_over_time(%(targetMetric)s{%(selectors)s}[%(evalInterval)s]) == bool 0) or vector(0)
sum(avg_over_time(%(targetMetric)s{%(selectors)s}[%(evalInterval)s]) >= 0 or vector(0)) == bool 0
||| % {
targetMetric: targetMetrics.target,
counterIntegerTarget: sliSpec.counterIntegerTarget,
Expand Down

0 comments on commit d9d461c

Please sign in to comment.