monitoring: Update description for user added code alert (#34034)

This commit is contained in:
Ryan Slade 2022-04-19 09:18:30 +02:00 committed by GitHub
parent 516c360838
commit 3ac3bb133f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -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.",
},
},
{