Available on crate feature
protobuf
only.Expand description
Data models that are automatically generated from OpenMetrics protobuf format.
Modules§
- Nested message and enum types in
CounterValue
. - Nested message and enum types in
GaugeValue
. - Nested message and enum types in
HistogramValue
. - Nested message and enum types in
MetricPoint
. - Nested message and enum types in
StateSetValue
. - Nested message and enum types in
SummaryValue
. - Nested message and enum types in
UnknownValue
.
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§
- The type of a Metric.