[−][src]Struct metrics_util::MetricsTree
A tree-structured metrics container.
Used for building a tree structure out of scoped metrics, where each level in the tree represents a nested scope.
Methods
impl MetricsTree
[src]
pub fn insert_value<V: Into<Integer>>(
&mut self,
levels: Vec<String>,
key: String,
value: V
)
[src]
&mut self,
levels: Vec<String>,
key: String,
value: V
)
Inserts a single value into the tree.
pub fn insert_values<V: Into<Integer>>(
&mut self,
levels: Vec<String>,
values: Vec<(String, V)>
)
[src]
&mut self,
levels: Vec<String>,
values: Vec<(String, V)>
)
Inserts multiple values into the tree.
pub fn clear(&mut self)
[src]
Clears all entries in the tree.
Trait Implementations
impl Default for MetricsTree
[src]
fn default() -> MetricsTree
[src]
impl Serialize for MetricsTree
[src]
Auto Trait Implementations
impl Sync for MetricsTree
impl Send for MetricsTree
impl Unpin for MetricsTree
impl RefUnwindSafe for MetricsTree
impl UnwindSafe for MetricsTree
Blanket Implementations
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
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> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,