[][src]Module metrics_distributor::store

Stores actually record collected metrics.

Structs

BaseStore

Internal storage of metrics data. Normally you will want a SharedStore which wraps this in an Arc<Mutex<BaseStore>> for thread-safe sharing and access.

SharedStore

Thread-safe interface to the store. In most cases this is what you want to use.