Function dipstick::combine [] [src]

pub fn combine<S1: MetricSink, S2: MetricSink>(
    s1: S1,
    s2: S2
) -> DualSink<S1, S2>

Sends metrics to separate backends. Nested combine() can be used if more than two destinations are required.