Variant
metric-data
Metric data for all types.
variant metric-data {
f64-gauge(gauge),
f64-sum(sum),
f64-histogram(histogram),
f64-exponential-histogram(exponential-histogram),
u64-gauge(gauge),
u64-sum(sum),
u64-histogram(histogram),
u64-exponential-histogram(exponential-histogram),
s64-gauge(gauge),
s64-sum(sum),
s64-histogram(histogram),
s64-exponential-histogram(exponential-histogram),
}Cases
| Case | Payload | Description |
|---|---|---|
| f64-gauge | gauge | Metric data for an f64 gauge. |
| f64-sum | sum | Metric data for an f64 sum. |
| f64-histogram | histogram | Metric data for an f64 histogram. |
| f64-exponential-histogram | exponential-histogram | Metric data for an f64 exponential-histogram. |
| u64-gauge | gauge | Metric data for an u64 gauge. |
| u64-sum | sum | Metric data for an u64 sum. |
| u64-histogram | histogram | Metric data for an u64 histogram. |
| u64-exponential-histogram | exponential-histogram | Metric data for an u64 exponential-histogram. |
| s64-gauge | gauge | Metric data for an s64 gauge. |
| s64-sum | sum | Metric data for an s64 sum. |
| s64-histogram | histogram | Metric data for an s64 histogram. |
| s64-exponential-histogram | exponential-histogram | Metric data for an s64 exponential-histogram. |