pub struct PrometheusRecorder { /* private fields */ }Expand description
Metrics sink that accumulates samples and can render Prometheus text format 0.0.4.
Implementations§
Trait Implementations§
Source§impl Debug for PrometheusRecorder
impl Debug for PrometheusRecorder
Source§impl Default for PrometheusRecorder
impl Default for PrometheusRecorder
Source§fn default() -> PrometheusRecorder
fn default() -> PrometheusRecorder
Returns the “default value” for a type. Read more
Source§impl MetricsSink for PrometheusRecorder
impl MetricsSink for PrometheusRecorder
Auto Trait Implementations§
impl !Freeze for PrometheusRecorder
impl RefUnwindSafe for PrometheusRecorder
impl Send for PrometheusRecorder
impl Sync for PrometheusRecorder
impl Unpin for PrometheusRecorder
impl UnsafeUnpin for PrometheusRecorder
impl UnwindSafe for PrometheusRecorder
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