package io.prometheus.client

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

message Bucket

metrics.proto:117

A Bucket of a conventional histogram, each of which is treated as an individual counter-like time series by Prometheus.

Used in: Histogram

message BucketSpan

metrics.proto:130

A BucketSpan defines a number of consecutive buckets in a native histogram with their offset. Logically, it would be more straightforward to include the bucket counts in the Span. However, the protobuf representation is more compact in the way the data is structured here (with all the buckets in a single array separate from the Spans).

Used in: Histogram

message Counter

metrics.proto:46

Used in: Metric

message Exemplar

metrics.proto:135

Used in: Bucket, Counter, Histogram

message Gauge

metrics.proto:42

Used in: Metric

message Histogram

metrics.proto:70

Used in: Metric

message LabelPair

metrics.proto:22

Used in: Exemplar, Metric

message Metric

metrics.proto:141

Used in: MetricFamily

message MetricFamily

metrics.proto:151

Used in: envoy.service.metrics.v2.StreamMetricsMessage, envoy.service.metrics.v3.StreamMetricsMessage

enum MetricType

metrics.proto:27

Used in: MetricFamily

message Quantile

metrics.proto:53

Used in: Summary

message Summary

metrics.proto:58

Used in: Metric

message Untyped

metrics.proto:66

Used in: Metric