[−][src]Struct metrix::instruments::Histogram  
For tracking values. E.g. request latencies
Methods
impl Histogram[src]
pub fn new_with_defaults<T: Into<String>>(name: T) -> Histogram[src]
pub fn name(&self) -> &str[src]
pub fn set_name<T: Into<String>>(&mut self, name: T)[src]
pub fn set_title<T: Into<String>>(&mut self, title: T)[src]
pub fn set_description<T: Into<String>>(&mut self, description: T)[src]
pub fn set_inactivity_limit(&mut self, limit: Duration)[src]
Sets the maximum amount of time this histogram may be inactive until no more snapshots are taken
Default is no inactivity tracking.
pub fn reset_after_inactivity(&mut self, reset: bool)[src]
Reset the histogram if inactivity tracking was enabled and the histogram was inactive.
The default is true. Only has an effect if a max_inactivity_duration
is set.
Trait Implementations
impl Updates for Histogram[src]
impl Instrument for Histogram[src]
impl Descriptive for Histogram[src]
impl PutsSnapshot for Histogram[src]
fn put_snapshot(&self, into: &mut Snapshot, descriptive: bool)[src]
Auto Trait Implementations
impl Send for Histogram
impl Sync for Histogram
impl Unpin for Histogram
impl UnwindSafe for Histogram
impl RefUnwindSafe for Histogram
Blanket Implementations
impl<T, U> Into<U> for T where
    U: From<T>, [src]
U: From<T>,
impl<T> From<T> for T[src]
impl<T, U> TryFrom<U> for T where
    U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> Borrow<T> for T where
    T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
    T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Any for T where
    T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
V: MultiLane<T>,