Function etcd::stats::store_stats

source ·
pub fn store_stats<C>(
    client: &Client<C>
) -> impl Stream<Item = Response<StoreStats>, Error = Error> + Sendwhere
    C: Clone + Connect,
Expand description

Returns statistics about operations handled by each etcd member the client was initialized with.

Fails if JSON decoding fails, which suggests a bug in our schema.