Skip to main content

Crate boson_telemetry

Crate boson_telemetry 

Source
Expand description

Operations telemetry for Boson workers.

Install an OpsLog adapter at worker boot via BosonBuilder::ops_log.

§Entry points

Structs§

ConsoleOpsLog
stderr structured lines (default dev adapter).
NoOpsLog
Zero-cost no-op (benchmark telemetry=off and minimal CI).

Traits§

OpsLog
Structured ops metrics and events for enqueue, runs, leases, and runtime health.

Functions§

install_ops_log
Install the process-wide ops log (typically at server boot before Boson runtime).
ops_log
Resolved ops log — NoOpsLog until install_ops_log.
ops_log_from_env
Resolve from BOSON_TELEMETRY (off | console; default console).