package io.prometheus.client

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

message Bucket

metrics2.proto:108

Used in: Histogram

message BucketSpan

metrics2.proto:121

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

metrics2.proto:51

Used in: Metric

message Exemplar

metrics2.proto:126

Used in: Bucket, Counter

message Gauge

metrics2.proto:47

Used in: Metric

message Histogram

metrics2.proto:71

Used in: Metric

message LabelPair

metrics2.proto:27

Used in: Exemplar, Metric

message Metric

metrics2.proto:132

Used in: MetricFamily

message MetricFamily

metrics2.proto:142

enum MetricType

metrics2.proto:32

Used in: MetricFamily

message Quantile

metrics2.proto:56

Used in: Summary

message Summary

metrics2.proto:61

Used in: Metric

message Untyped

metrics2.proto:67

Used in: Metric