Struct prom::Opts [] [src]

pub struct Opts {
    pub namespace: String,
    pub sub_system: String,
    pub name: String,
    pub help: String,
    pub const_labels: HashMap<String, String>,
}

Opts bundles the options for creating most Metric types.

Fields

Methods

impl Opts
[src]