Get desktop application:
View/edit binary Protocol Buffers messages
Used in:
Cumulative in increasing order.
Overrides cumulative_count if > 0.
Inclusive.
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:
Gap to previous span, or starting point for 1st span (which can be negative).
Length of consecutive buckets.
Used in:
Used in:
,[(gogoproto.nullable) = false];
OpenMetrics-style.
Used in:
Used in:
Overrides sample_count if > 0.
Buckets for the conventional histogram.
[(gogoproto.nullable) = false]; // Ordered in increasing order of upper_bound, +Inf bucket is optional.
schema defines the bucket schema. Currently, valid numbers are -4 <= n <= 8. They are all for base-2 bucket schemas, where 1 is a bucket boundary in each case, and then each power of two is divided into 2^n logarithmic buckets. Or in other words, each bucket boundary is the previous boundary times 2^(2^-n). In the future, more bucket schemas may be added using numbers < -4 or > 8.
Breadth of the zero bucket.
Count in zero bucket.
Overrides sb_zero_count if > 0.
Negative buckets for the native histogram.
[(gogoproto.nullable) = false];
Use either "negative_delta" or "negative_count", the former for regular histograms with integer counts, the latter for float histograms.
Count delta of each bucket compared to previous one (or to zero for 1st bucket).
Absolute count of each bucket.
Positive buckets for the native histogram.
[(gogoproto.nullable) = false];
Use either "positive_delta" or "positive_count", the former for regular histograms with integer counts, the latter for float histograms.
Count delta of each bucket compared to previous one (or to zero for 1st bucket).
Absolute count of each bucket.
Used in:
,Used in:
[(gogoproto.nullable) = false];
[(gogoproto.nullable) = false];
Used in:
COUNTER must use the Metric field "counter".
GAUGE must use the Metric field "gauge".
SUMMARY must use the Metric field "summary".
UNTYPED must use the Metric field "untyped".
HISTOGRAM must use the Metric field "histogram".
GAUGE_HISTOGRAM must use the Metric field "histogram".
Used in:
Used in:
[(gogoproto.nullable) = false];
Used in: