prompb: Remove 'experimental' from native histograms

Signed-off-by: beorn7 <beorn@grafana.com>
This commit is contained in:
beorn7 2025-10-18 21:08:46 +02:00
parent 44df626620
commit c78a4e0382

View File

@ -81,8 +81,7 @@ message Histogram {
google.protobuf.Timestamp created_timestamp = 15; google.protobuf.Timestamp created_timestamp = 15;
// Everything below here is for native histograms (also known as sparse histograms). // Everything below here is for native histograms (formerly 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. // 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 // They are all for base-2 bucket schemas, where 1 is a bucket boundary in each case, and