We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91d6ced commit 5bdda8eCopy full SHA for 5bdda8e
operations/observability/mixins/IDE/rules/components/openvsx-proxy/alerts.libsonnet
@@ -36,7 +36,7 @@
36
summary: 'Prometheus is failing to scrape OpenVSX-proxy',
37
description: 'OpenVSX-proxy is possibly down, or prometheus is failing to scrape it.',
38
},
39
- expr: 'up{job="openvsx-proxy"} == 0 or absent(up{job="openvsx-proxy"}) == 1',
+ expr: 'up{job="openvsx-proxy"} == 0',
40
41
],
42
0 commit comments