Structs§
- Patch
Telemetry Context - Telemetry context describing the execution environment.
- Patch
Telemetry Error - Error details for telemetry events.
- Patch
Telemetry Event - Telemetry event structure for patch operations.
- Track
Patch Event Options - Options for tracking a patch event.
Enums§
- Patch
Telemetry Event Type - Telemetry event types for the patch lifecycle.
Functions§
- is_
telemetry_ disabled - Check if telemetry is disabled via environment variables.
- sanitize_
error_ message - Sanitize an error message for telemetry.
- track_
patch_ applied - Track a successful patch application.
- track_
patch_ apply_ failed - Track a failed patch application.
- track_
patch_ event - Track a patch lifecycle event.
- track_
patch_ event_ fire_ and_ forget - Fire-and-forget version of
track_patch_eventthat spawns the request on a background task so it never blocks the caller. - track_
patch_ remove_ failed - Track a failed patch removal.
- track_
patch_ removed - Track a successful patch removal.
- track_
patch_ rollback_ failed - Track a failed patch rollback.
- track_
patch_ rolled_ back - Track a successful patch rollback.