Module metric
Structs§
- Bucket
- A histogram bucket.
- Metric
- A metric.
- Metric
Data - Metric data.
- Metric
Name - Metric name.
- Metric
Series - Metrics series.
- Metric
Tags - Tags for a metric series.
- Metric
Time - Metric time.
- Quantile
- A single quantile observation.
- Sample
- A single observation.
Enums§
- Metric
Kind - Metric kind.
- Metric
Sketch - A generalized metrics sketch.
- Metric
Value - Metric value. Container for the actual value of a metric.
- Statistic
Kind - Type of statistics to generate for a distribution.
- TagValue
- A single tag value, either a bare tag or a value.
- TagValue
Into Iter - TagValue
RefIter - TagValue
Set - 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
.