File tree 1 file changed +12
-0
lines changed
operations/observability/mixins/workspace/rules/central
1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 62
62
expr : |
63
63
kube_deployment_status_replicas_unavailable{deployment="image-builder-mk3", cluster!~"ephemeral.*"} > 0
64
64
for : 10m
65
+ - alert : GitpodImageBuilderMk3InternalErrors
66
+ labels :
67
+ severity : error
68
+ dedicated : included
69
+ annotations :
70
+ # runbook is 404 for now
71
+ runbook_url : https://github.com/gitpod-io/runbooks/blob/main/runbooks/GitpodImageBuilderMk3InternalErrors.md
72
+ summary : image-builder-mk3 is returning unexpected internal errors
73
+ description : ' Check the logs for image-builder-mk3 to inspect the high rate: {{ printf "%.2f" $value }}'
74
+ expr : |
75
+ sum by() (rate(grpc_server_handled_total{service="image-builder-mk3", grpc_code=~"Internal", grpc_method="Build"}[1h])) > 0.001
76
+ for : 1h
You can’t perform that action at this time.
0 commit comments