pub struct TelemetryHook { /* private fields */ }Expand description
Emits a span per run and a structured event per model call, tool call, sensor, compaction, and budget warning. See the module docs for the OTLP bridge.
Implementations§
Source§impl TelemetryHook
impl TelemetryHook
Trait Implementations§
Source§impl Default for TelemetryHook
impl Default for TelemetryHook
Auto Trait Implementations§
impl !Freeze for TelemetryHook
impl RefUnwindSafe for TelemetryHook
impl Send for TelemetryHook
impl Sync for TelemetryHook
impl Unpin for TelemetryHook
impl UnsafeUnpin for TelemetryHook
impl UnwindSafe for TelemetryHook
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more