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_ fetch_ failed - Track a failed
get.uuidmay be empty when the failure occurred before the patch was resolved (e.g. lookup miss). - track_
patch_ fetched - Track a successful
get. Reports patch identity + delivery mode and whether the call was downgraded to the public proxy after an auth-endpoint 401/403. - track_
patch_ listed - Track a successful
list. Reports the number of patches surfaced. - track_
patch_ remove_ failed - Track a failed patch removal. Accepts any
Displaytype for the error. - track_
patch_ removed - Track a successful patch removal.
- track_
patch_ repair_ failed - Track a failed
repair. - track_
patch_ repaired - Track a successful
repair. Reports blob deltas and bytes freed. - track_
patch_ rollback_ failed - Track a failed patch rollback. Accepts any
Displaytype for the error. - track_
patch_ rolled_ back - Track a successful patch rollback.
- track_
patch_ scan_ failed - Track a failed
scan. - track_
patch_ scanned - Track a successful
scan. Reports per-tier patch counts and whether the call was downgraded to the public proxy after an auth-endpoint 401/403 (fallback_to_proxy). - track_
patch_ setup - Track a successful
setup. Reports the detected package manager so we can tell which install hooks are exercised in the wild. - track_
patch_ unlock_ failed - Track a failed
unlock. - track_
patch_ unlocked - Track a successful
unlock.was_heldindicates whether another process was holding the lock at probe time;releasedis true when--releaseactually removed the lock file (vs. the inspect-only case). - track_
vex_ failed - Track a failed
vexgeneration. - track_
vex_ generated - Track a successful
vexgeneration.formatis e.g."openvex-0.2.0";output_kinddescribes where the document went ("stdout","file").