Re-exports§
pub use store::*;
Modules§
- collectors
- Collectors listen for metrics in various protocols. They record metrics
they receive in a
SharedStore
. - forwarders
- Forwarders send aggregated metrics on to other services.
- metrics
- Types representing collected and aggregated metrics.
- parsers
- Provides partsing utilities for various metrics formats/protocols.
- store
- Stores actually record collected metrics.