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