Skip to content

Commit

Permalink
Add note about experimental state of native histograms
Browse files Browse the repository at this point in the history
Signed-off-by: beorn7 <beorn@grafana.com>
  • Loading branch information
beorn7 committed Oct 11, 2022
1 parent 1f8dcad commit 7f720d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions io/prometheus/client/metrics.proto
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ message Histogram {
repeated Bucket bucket = 3; // Ordered in increasing order of upper_bound, +Inf bucket is optional.

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

// 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
Expand Down

0 comments on commit 7f720d2

Please sign in to comment.