Struct etcd::stats::LatencyStats
[−]
[src]
pub struct LatencyStats { pub average: f64, pub current: f64, pub maximum: f64, pub minimum: f64, pub standard_deviation: f64, }
Statistics about the network latency to an etcd node.
Fields
average | The average observed latency to the node, in seconds. |
current | The current observed latency to the node, in seconds. |
maximum | The maximum observed latency to the node, in seconds. |
minimum | The minimum observed latency to the node, in seconds. |
standard_deviation | The standard deviation of latency to the node. |