pub struct MetricExtractionGroups {
pub groups: BTreeMap<GroupKey, MetricExtractionGroup>,
}
Expand description
Global groups for metric extraction.
Templates can be enabled or disabled by project configs.
Fields§
§groups: BTreeMap<GroupKey, MetricExtractionGroup>
Mapping from group name to metrics specs & tags.
Implementations§
Trait Implementations§
source§impl Clone for MetricExtractionGroups
impl Clone for MetricExtractionGroups
source§fn clone(&self) -> MetricExtractionGroups
fn clone(&self) -> MetricExtractionGroups
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for MetricExtractionGroups
impl Debug for MetricExtractionGroups
source§impl Default for MetricExtractionGroups
impl Default for MetricExtractionGroups
source§fn default() -> MetricExtractionGroups
fn default() -> MetricExtractionGroups
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for MetricExtractionGroups
impl<'de> Deserialize<'de> for MetricExtractionGroups
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for MetricExtractionGroups
impl RefUnwindSafe for MetricExtractionGroups
impl Send for MetricExtractionGroups
impl Sync for MetricExtractionGroups
impl Unpin for MetricExtractionGroups
impl UnwindSafe for MetricExtractionGroups
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> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)