Struct metrics_util::layers::FanoutBuilder [−][src]
pub struct FanoutBuilder { /* fields omitted */ }
Expand description
A layer for fanning out metrics to multiple recorders.
More information on the behavior of the layer can be found in Fanout
.
Implementations
Adds a recorder to the fanout list.
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl !RefUnwindSafe for FanoutBuilder
impl !Send for FanoutBuilder
impl !Sync for FanoutBuilder
impl Unpin for FanoutBuilder
impl !UnwindSafe for FanoutBuilder