Skip to content

Commit

Permalink
Fix incorrect PromQL query
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Mykhaylov <32168861+mikemykhaylov@users.noreply.github.com>
  • Loading branch information
mikemykhaylov authored and julianwiedmann committed May 13, 2024
1 parent 14f0780 commit a37fd43
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6040,7 +6040,7 @@ data:
"refId": "C"
},
{
"expr": "sum(cilium_policy_change_total{k8s_app=\"cilium\", pod=~\"$pod\"}, outcome=\"fail\") by (pod)",
"expr": "sum(cilium_policy_change_total{k8s_app=\"cilium\", pod=~\"$pod\", outcome=\"failure\"}) by (pod)",
"format": "time_series",
"intervalFactor": 1,
"legendFormat": "policy change errors",
Expand Down

0 comments on commit a37fd43

Please sign in to comment.