Struct rs_collector::bosun::Metadata [] [src]

pub struct Metadata {
    pub metric: String,
    pub rate: String,
    pub unit: String,
    pub description: String,
}

Fields

Metric name

Metric rate type: [gauge, counter, rate]

Metric unit

Metric description

Methods

impl Metadata
[src]

[src]

Trait Implementations

impl Debug for Metadata
[src]

[src]

Formats the value using the given formatter.