Available on crate feature
protobuf
only.Expand description
Data models that are automatically generated from OpenMetrics protobuf format.
Modules§
- counter_
value - Nested message and enum types in
CounterValue
. - gauge_
value - Nested message and enum types in
GaugeValue
. - histogram_
value - Nested message and enum types in
HistogramValue
. - metric_
point - Nested message and enum types in
MetricPoint
. - state_
set_ value - Nested message and enum types in
StateSetValue
. - summary_
value - Nested message and enum types in
SummaryValue
. - unknown_
value - Nested message and enum types in
UnknownValue
.
Structs§
- Counter
Value - Value for COUNTER MetricPoint.
- Exemplar
- Gauge
Value - Value for GAUGE MetricPoint.
- Histogram
Value - Value for HISTOGRAM or GAUGE_HISTOGRAM MetricPoint.
- Info
Value - Value for INFO MetricPoint.
- Label
- A name-value pair. These are used in multiple places: identifying timeseries, value of INFO metrics, and exemplars in Histograms.
- Metric
- A single metric with a unique set of labels within a metric family.
- Metric
Family - One or more Metrics for a single MetricFamily, where each Metric has one or more MetricPoints.
- Metric
Point - A MetricPoint in a Metric.
- Metric
Set - The top-level container type that is encoded and sent over the wire.
- State
SetValue - Value for STATE_SET MetricPoint.
- Summary
Value - Value for SUMMARY MetricPoint.
- Unknown
Value - Value for UNKNOWN MetricPoint.
Enums§
- Metric
Type - The type of a Metric.