type PublishedValue = (f64, MetricKind, String);Expand description
Value in SinkState::published: the series’ value, kind, and help string.
type PublishedValue = (f64, MetricKind, String);Value in SinkState::published: the series’ value, kind, and help string.