pub struct OtlpHttpExporter { /* private fields */ }Expand description
Send spans to an OTLP-compatible collector over HTTP (JSON encoding).
Compatible with Jaeger ≥ 1.35, Grafana Tempo, and OpenTelemetry Collector.
Point at http://localhost:4318 (the default OTLP HTTP port).
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OtlpHttpExporter
impl RefUnwindSafe for OtlpHttpExporter
impl Send for OtlpHttpExporter
impl Sync for OtlpHttpExporter
impl Unpin for OtlpHttpExporter
impl UnsafeUnpin for OtlpHttpExporter
impl UnwindSafe for OtlpHttpExporter
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