Module vector_core::event::metric
source · Structs§
- A histogram bucket.
- A metric.
- Metric data.
- Metric name.
- Metrics series.
- Tags for a metric series.
- Metric time.
- A single quantile observation.
- A single observation.
Enums§
- Metric kind.
- A generalized metrics sketch.
- Metric value. Container for the actual value of a metric.
- Type of statistics to generate for a distribution.
- A single tag value, either a bare tag or a value.
- Tag values for a metric series. This may be empty, a single value, or a set of values. This is used to provide the storage for
TagValueSet
.