Struct cernan::filter::FlushBoundaryFilterConfig[][src]

pub struct FlushBoundaryFilterConfig {
    pub config_path: Option<String>,
    pub forwards: Vec<String>,
    pub tolerance: usize,
}

Configuration for FlushBoundaryFilter

Fields

The filter's unique name in the routing topology

The forwards along which the filter will emit its metric::Events stream.

The flush boundary tolerance, measured in seconds.

Trait Implementations

impl Clone for FlushBoundaryFilterConfig
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for FlushBoundaryFilterConfig
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations