[][src]Module metrics_distributor::metrics

Types representing collected and aggregated metrics.

Re-exports

pub use self::Metric::*;

Structs

AggregatedMetrics

All the metrics in a given time interval coalesced into a single value for each metric.

Dimension

Metrics can grouped by multiple values. Right now that limited to just their name.

Enums

AggregatedMetricType
Metric

Metric collected from a collector to be recorded in a store.

Type Definitions

AggregatedMetric

The final value resulting from aggregating a metric's values.

Seconds