Created by: bobheadxi
Migrate all out-of-band alert rules defined by deploy-sourcegraph
to the generator, such that each alert now has a panel as part of a service dashboard like all our other alerts, with a few changes:
And a few additions:
prometheus_metrics_bloat
)And a few exceptions:
Closes https://github.com/sourcegraph/sourcegraph/issues/12117
kubectl port-forward svc/prometheus 9090:30090 -n prod
monitoring/migrate-out-of-band-alerts
go generate ./monitoring
./dev/grafana.sh
for
, so I'm going to go complete #12336 first and add the appropriate for
parameters here