Skip to content

Commit 7f720d2

Browse files
committed
Add note about experimental state of native histograms
Signed-off-by: beorn7 <[email protected]>
1 parent 1f8dcad commit 7f720d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

io/prometheus/client/metrics.proto

+1
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ message Histogram {
7171
repeated Bucket bucket = 3; // Ordered in increasing order of upper_bound, +Inf bucket is optional.
7272

7373
// Everything below here is for native histograms (also known as sparse histograms).
74+
// Native histograms are an experimental feature without stability guarantees.
7475

7576
// schema defines the bucket schema. Currently, valid numbers are -4 <= n <= 8.
7677
// They are all for base-2 bucket schemas, where 1 is a bucket boundary in each case, and

0 commit comments

Comments
 (0)