mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 18:31:54 +00:00
monitoring: Update description for user added code alert (#34034)
This commit is contained in:
parent
516c360838
commit
3ac3bb133f
2
doc/admin/observability/alert_solutions.md
generated
2
doc/admin/observability/alert_solutions.md
generated
@ -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:
|
||||
|
||||
|
||||
@ -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.",
|
||||
},
|
||||
},
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user