Struct diem_secure_push_metrics::MetricsPusher
source · pub struct MetricsPusher { /* private fields */ }
Expand description
MetricsPusher provides a function to push a list of Metrics to a configurable pushgateway endpoint.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for MetricsPusher
impl Send for MetricsPusher
impl Sync for MetricsPusher
impl Unpin for MetricsPusher
impl !UnwindSafe for MetricsPusher
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