pub struct StdoutExporter<W> { /* private fields */ }
Available on crate feature
metrics
only.Expand description
Trait Implementations§
Source§impl<W: Debug> Debug for StdoutExporter<W>
impl<W: Debug> Debug for StdoutExporter<W>
Source§impl<W> ExportKindFor for StdoutExporter<W>
impl<W> ExportKindFor for StdoutExporter<W>
Source§fn export_kind_for(&self, descriptor: &Descriptor) -> ExportKind
fn export_kind_for(&self, descriptor: &Descriptor) -> ExportKind
Determines the correct
ExportKind
that should be used when exporting data
for the given metric instrument.Auto Trait Implementations§
impl<W> !Freeze for StdoutExporter<W>
impl<W> !RefUnwindSafe for StdoutExporter<W>
impl<W> Send for StdoutExporter<W>where
W: Send,
impl<W> Sync for StdoutExporter<W>where
W: Send,
impl<W> Unpin for StdoutExporter<W>where
W: Unpin,
impl<W> !UnwindSafe for StdoutExporter<W>
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
Source§impl<T> FutureExt for T
impl<T> FutureExt for T
Source§fn with_context(self, otel_cx: Context) -> WithContext<Self>
fn with_context(self, otel_cx: Context) -> WithContext<Self>
Available on crate feature
trace
only.Source§fn with_current_context(self) -> WithContext<Self>
fn with_current_context(self) -> WithContext<Self>
Available on crate feature
trace
only.