diff --git a/doc/admin/observability/alert_solutions.md b/doc/admin/observability/alert_solutions.md index d15a5941cc3..690a324fc0f 100644 --- a/doc/admin/observability/alert_solutions.md +++ b/doc/admin/observability/alert_solutions.md @@ -3080,7 +3080,7 @@ with your code hosts connections or networking issues affecting communication wi **Possible solutions** -- Check for unusual spikes in user added repos. Each user is only allowed to add 2000 and we have a site wide limit of 400k. +- Check for unusual spikes in user added repos. Each user is only allowed to add 2000 and we have a site wide limit of 800k. - Learn more about the related dashboard panel in the [dashboards reference](./dashboards.md#repo-updater-user-added-repos). - **Silence this alert:** If you are aware of this alert and want to silence notifications for it, add the following to your site configuration and set a reminder to re-evaluate the alert: diff --git a/monitoring/definitions/repo_updater.go b/monitoring/definitions/repo_updater.go index 71b757c1e66..fee49ca57d7 100644 --- a/monitoring/definitions/repo_updater.go +++ b/monitoring/definitions/repo_updater.go @@ -137,7 +137,7 @@ func RepoUpdater() *monitoring.Container { Critical: monitoring.Alert().GreaterOrEqual(800000 * 0.9).For(5 * time.Minute), Panel: monitoring.Panel().Unit(monitoring.Number), Owner: monitoring.ObservableOwnerCoreApplication, - PossibleSolutions: "Check for unusual spikes in user added repos. Each user is only allowed to add 2000 and we have a site wide limit of 400k.", + PossibleSolutions: "Check for unusual spikes in user added repos. Each user is only allowed to add 2000 and we have a site wide limit of 800k.", }, }, {