We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f8dcad commit 7f720d2Copy full SHA for 7f720d2
io/prometheus/client/metrics.proto
@@ -71,6 +71,7 @@ message Histogram {
71
repeated Bucket bucket = 3; // Ordered in increasing order of upper_bound, +Inf bucket is optional.
72
73
// Everything below here is for native histograms (also known as sparse histograms).
74
+ // Native histograms are an experimental feature without stability guarantees.
75
76
// schema defines the bucket schema. Currently, valid numbers are -4 <= n <= 8.
77
// They are all for base-2 bucket schemas, where 1 is a bucket boundary in each case, and
0 commit comments