Struct cernan::filter::delay_filter::DelayFilterConfig[][src]

pub struct DelayFilterConfig {
    pub config_path: Option<String>,
    pub forwards: Vec<String>,
    pub tolerance: i64,
}

Configuration for DelayFilter

Fields

The filter's unique name in the routing topology.

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

The delay tolerance of the filter, measured in seconds.

Trait Implementations

impl Clone for DelayFilterConfig
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for DelayFilterConfig
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations