Available on crate feature protobuf only.
Expand description

Data models that are automatically generated from OpenMetrics protobuf format.

Modules§

Structs§

  • Value for COUNTER MetricPoint.
  • Value for GAUGE MetricPoint.
  • Value for HISTOGRAM or GAUGE_HISTOGRAM MetricPoint.
  • Value for INFO MetricPoint.
  • A name-value pair. These are used in multiple places: identifying timeseries, value of INFO metrics, and exemplars in Histograms.
  • A single metric with a unique set of labels within a metric family.
  • One or more Metrics for a single MetricFamily, where each Metric has one or more MetricPoints.
  • A MetricPoint in a Metric.
  • The top-level container type that is encoded and sent over the wire.
  • Value for STATE_SET MetricPoint.
  • Value for SUMMARY MetricPoint.
  • Value for UNKNOWN MetricPoint.

Enums§