Expand description
Monitors protocol and processing for Sentry.
Monitors allow you to monitor the uptime and performance of any scheduled, recurring job in Sentry. Once implemented, it’ll allow you to get alerts and metrics to help you solve errors, detect timeouts, and prevent disruptions to your service.
§API
The public API documentation is available on Sentry Docs.
Structs§
- CheckIn
- The monitor check-in payload.
- Check
InContexts - Any contexts sent in the check-in payload.
- Check
InTrace - The trace context sent with a check-in.
- Monitor
Config - The monitor configuration payload for upserting monitors during check-in
- Processed
Check InResult - The result from calling process_check_in
Enums§
- Check
InStatus - Describes the status of the incoming CheckIn.
- Process
Check InError - Error returned from
process_check_in
.
Functions§
- process_
check_ in - Normalizes a monitor check-in payload.