Struct opentelemetry_sdk::metrics::SdkMeter
source · pub struct SdkMeter { /* private fields */ }
Expand description
Handles the creation and coordination of all metric instruments.
A meter represents a single instrumentation scope; all metric telemetry produced by an instrumentation scope will use metric instruments from a single meter.
See the Meter API docs for usage.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SdkMeter
impl !RefUnwindSafe for SdkMeter
impl Send for SdkMeter
impl Sync for SdkMeter
impl Unpin for SdkMeter
impl !UnwindSafe for SdkMeter
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