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

CasePayloadDescription
f64-gaugegauge

Metric data for an f64 gauge.

f64-sumsum

Metric data for an f64 sum.

f64-histogramhistogram

Metric data for an f64 histogram.

f64-exponential-histogramexponential-histogram

Metric data for an f64 exponential-histogram.

u64-gaugegauge

Metric data for an u64 gauge.

u64-sumsum

Metric data for an u64 sum.

u64-histogramhistogram

Metric data for an u64 histogram.

u64-exponential-histogramexponential-histogram

Metric data for an u64 exponential-histogram.

s64-gaugegauge

Metric data for an s64 gauge.

s64-sumsum

Metric data for an s64 sum.

s64-histogramhistogram

Metric data for an s64 histogram.

s64-exponential-histogramexponential-histogram

Metric data for an s64 exponential-histogram.