Type Alias TimeseriesName

Source
pub type TimeseriesName = String;
Expand description

Names are constructed by concatenating the target and metric names with ‘:’. Target and metric names must be lowercase alphanumeric characters with ‘_’ separating words.

Aliased Type§

pub struct TimeseriesName { /* private fields */ }