pub struct PushController { /* private fields */ }
Available on crate feature
metrics
only.Expand description
Organizes a periodic push of metric data.
Implementations§
Source§impl PushController
impl PushController
Sourcepub fn provider(&self) -> RegistryMeterProvider
pub fn provider(&self) -> RegistryMeterProvider
The controller’s meter provider.
Trait Implementations§
Source§impl Debug for PushController
impl Debug for PushController
Auto Trait Implementations§
impl !Freeze for PushController
impl !RefUnwindSafe for PushController
impl Send for PushController
impl Sync for PushController
impl Unpin for PushController
impl !UnwindSafe for PushController
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.