pub struct OTelTracingBridge { /* private fields */ }Expand description
OpenTelemetry-based tracing bridge.
Maps observability events to tracing spans with GenAI semantic convention
attributes.
Implementations§
Trait Implementations§
Source§impl Debug for OTelTracingBridge
impl Debug for OTelTracingBridge
Source§impl Default for OTelTracingBridge
impl Default for OTelTracingBridge
Source§impl TracingBridge for OTelTracingBridge
impl TracingBridge for OTelTracingBridge
Auto Trait Implementations§
impl Freeze for OTelTracingBridge
impl RefUnwindSafe for OTelTracingBridge
impl Send for OTelTracingBridge
impl Sync for OTelTracingBridge
impl Unpin for OTelTracingBridge
impl UnsafeUnpin for OTelTracingBridge
impl UnwindSafe for OTelTracingBridge
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