Function dipstick::stats_average

source ·
pub fn stats_average(
    kind: InputKind,
    name: MetricName,
    score: ScoreType
) -> Option<(InputKind, MetricName, MetricValue)>
Expand description

A predefined export strategy reporting the average value for every non-marker metric. Marker metrics export their hit count instead. Since there is only one stat per metric, there is no risk of collision and so exported stats copy their metric’s name.