Struct sozu_command_lib::messages::MetricsData [] [src]

pub struct MetricsData {
    pub proxy: BTreeMap<String, FilteredData>,
    pub applications: BTreeMap<String, Percentiles>,
    pub backends: BTreeMap<String, BackendMetricsData>,
}

Fields

Trait Implementations

impl Debug for MetricsData
[src]

[src]

Formats the value using the given formatter.

impl Clone for MetricsData
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for MetricsData
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Eq for MetricsData
[src]