package openmetrics

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message CounterValue

openmetrics_data_model.proto:110

Value for COUNTER MetricPoint.

Used in: MetricPoint

message Exemplar

openmetrics_data_model.proto:157

Used in: CounterValue, HistogramValue.Bucket

message GaugeValue

openmetrics_data_model.proto:101

Value for GAUGE MetricPoint.

Used in: MetricPoint

message HistogramValue

openmetrics_data_model.proto:126

Value for HISTOGRAM or GAUGE_HISTOGRAM MetricPoint.

Used in: MetricPoint

message HistogramValue.Bucket

openmetrics_data_model.proto:145

Bucket is the number of values for a bucket in the histogram with an optional exemplar.

Used in: HistogramValue

message InfoValue

openmetrics_data_model.proto:184

Value for INFO MetricPoint.

Used in: MetricPoint

message Label

openmetrics_data_model.proto:66

A name-value pair. These are used in multiple places: identifying timeseries, value of INFO metrics, and exemplars in Histograms.

Used in: Exemplar, InfoValue, Metric

message Metric

openmetrics_data_model.proto:56

A single metric with a unique set of labels within a metric family.

Used in: MetricFamily

message MetricFamily

openmetrics_data_model.proto:18

One or more Metrics for a single MetricFamily, where each Metric has one or more MetricPoints.

Used in: MetricSet

message MetricPoint

openmetrics_data_model.proto:75

A MetricPoint in a Metric.

Used in: Metric

message MetricSet

openmetrics_data_model.proto:11

The top-level container type that is encoded and sent over the wire.

enum MetricType

openmetrics_data_model.proto:36

The type of a Metric.

Used in: MetricFamily

message StateSetValue

openmetrics_data_model.proto:170

Value for STATE_SET MetricPoint.

Used in: MetricPoint

message StateSetValue.State

openmetrics_data_model.proto:174

Used in: StateSetValue

message SummaryValue

openmetrics_data_model.proto:190

Value for SUMMARY MetricPoint.

Used in: MetricPoint

message SummaryValue.Quantile

openmetrics_data_model.proto:207

Used in: SummaryValue

message UnknownValue

openmetrics_data_model.proto:92

Value for UNKNOWN MetricPoint.

Used in: MetricPoint