Struct libcantal::ActiveCollection [] [src]

pub struct ActiveCollection<'a> { /* fields omitted */ }

An active collection currently publishing metrics

It's basically a guard: if you drop it, metrics are not exported any more.

Note: not implemented for windows yet.