Function etcd::stats::store_stats [] [src]

pub fn store_stats<C>(
    client: &Client<C>
) -> Box<Stream<Item = Response<StoreStats>, Error = Error>> where
    C: Clone + Connect

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.