File tree 1 file changed +12
-0
lines changed
operations/observability/mixins/IDE/rules 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 26
26
expr : |
27
27
sum(rate(gitpod_vscode_extension_gallery_query_total{status="failure",errorCode!="canceled"}[5m])) by(cluster) / sum(rate(gitpod_vscode_extension_gallery_query_total[5m])) by(cluster) > 0.01
28
28
29
+ - alert : GitpodOpenVSXUpstreamDown
30
+ labels :
31
+ severity : critical
32
+ for : 20m
33
+ annotations :
34
+ runbook_url : https://github.com/gitpod-io/runbooks/blob/main/runbooks/GitpodOpenVSXUpstreamDown.md
35
+ summary : Open-VSX upstream is possibly down
36
+ description : Open-VSX upstream is possibly down.
37
+ dashboard_url : https://grafana.gitpod.io/d/WI_x6hN4k/openvsx-mirror?var-cluster=openvsx-mirror-us01&viewPanel=13
38
+ expr : |
39
+ sum(rate(http_client_requests_seconds_count{cluster="openvsx-mirror-us01",outcome!~"SUCCESS|REDIRECTION|CLIENT_ERROR"})[2m])/sum(rate(http_client_requests_seconds_count{cluster="openvsx-mirror-us01"})[2m]) > 0.01
40
+
29
41
- alert : GitpodOpenVSXUnavailable
30
42
labels :
31
43
severity : warning
You can’t perform that action at this time.
0 commit comments