Module telemetry

Module telemetry 

Source

Structs§

NoopTelemetry
A telemetry sink that ignores all events. Useful for tests or for consumers who do not need telemetry integration yet.

Traits§

TelemetrySink
A lightweight sink used to record telemetry events emitted by extracted components. The Event type is intentionally generic so downstream consumers can supply their own event schema without depending on vtcode-core internals.