pub struct JaegerReporter { /* private fields */ }
Expand description
Jaeger reporter for fastrace
via UDP endpoint.
Implementations§
Trait Implementations§
Source§impl Reporter for JaegerReporter
impl Reporter for JaegerReporter
Source§fn report(&mut self, spans: Vec<SpanRecord>)
fn report(&mut self, spans: Vec<SpanRecord>)
Reports a batch of spans to a remote service.
Auto Trait Implementations§
impl Freeze for JaegerReporter
impl RefUnwindSafe for JaegerReporter
impl Send for JaegerReporter
impl Sync for JaegerReporter
impl Unpin for JaegerReporter
impl UnwindSafe for JaegerReporter
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