Skip to content

first pass of the new alert types #7670

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 11, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions src/monitor/alerts/default-alerts.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,11 @@ View a brief description of each alert type. 
- **Storage Destination Deleted**: A user in your workspace deleted a storage destination.
- **Storage Destination Disabled**: A user in your workspace disabled a storage destination.
- **Storage Destination Modified**: A user in your workspace modified an existing storage destination.
- **Storage Destination Sync Failed**: Segment failed to sync any rows of data from your source to your storage destination.
- **Storage Destination Sync Partially Succeeded**: Segment encountered some notices and was only able to sync some of your data from your source to your storage destination.
- **Storage Destination Sync Skipped**: Segment skipped a scheduled sync to your storage destination. This might happen if the previous sync wasn't complete by the time the next sync was scheduled to begin.
- **Storage Destination Sync Failed**<sup>*</sup>: Segment failed to sync any rows of data from your source to your storage destination.
- **Storage Destination Sync Partially Succeeded**<sup>*</sup>: Segment encountered some notices and was only able to sync some of your data from your source to your storage destination.
- **Storage Destination Sync Skipped**<sup>*</sup>: Segment skipped a scheduled sync to your storage destination. This might happen if the previous sync wasn't complete by the time the next sync was scheduled to begin.

_<sup>*</sup>The alerts for skipped, partially successful, or failed syncs apply across all storage destinations in your workspace and allow you to set a threshold after which you'd be notified. For example, you could choose to be notified after 1 failed sync, 5 skipped syncs, or 10 partially successful syncs across all storage destinations in your workspace. You can view the threshold you set in the **Sync threshold** column in the Storage Destinations tab of the Default alerts table._


## Protocols alerts
Expand Down