Silencing Alerts on Sourcegraph.com
You may need to silence alerts on Sourcegraph.com when they are not working as expected.
To do this you need to:
- Create a PR to
deploy-sourcegraph-cloud
. - Edit the observability.silenceAlerts of the non-sensitive site config.
- Merge the PR.
- If the configuration change is needed immediately, you need to rollout the frotend pods to pick up the configuration change.
- Run
kubectl rollout restart deployment/sourcegraph-frontend deploy/sourcegraph-frontend-internal --namespace=prod
or ask in the #dev-ops channel.
- Run
- Create a tracking issue with the
silenced-alert
label.