Skip to content

Commit 5bdda8e

Browse files
ArthurSensroboquat
authored andcommitted
Remove check for absense
1 parent 91d6ced commit 5bdda8e

File tree

1 file changed

+1
-1
lines changed
  • operations/observability/mixins/IDE/rules/components/openvsx-proxy

1 file changed

+1
-1
lines changed

operations/observability/mixins/IDE/rules/components/openvsx-proxy/alerts.libsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
summary: 'Prometheus is failing to scrape OpenVSX-proxy',
3737
description: 'OpenVSX-proxy is possibly down, or prometheus is failing to scrape it.',
3838
},
39-
expr: 'up{job="openvsx-proxy"} == 0 or absent(up{job="openvsx-proxy"}) == 1',
39+
expr: 'up{job="openvsx-proxy"} == 0',
4040
},
4141
],
4242
},

0 commit comments

Comments
 (0)