From 3717133376515f5f5c0f5c8352826e3b58fadf56 Mon Sep 17 00:00:00 2001 From: Chris Marchbanks Date: Thu, 20 Jun 2024 10:03:40 -0600 Subject: [PATCH] Add additional non-goals Explicitly state that changing created timestamp semantics and allowing custom buckets as part of the native histogram structure are not goals for this proposal. Signed-off-by: Chris Marchbanks --- proposals/2024-01-29_native_histograms_text_format.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/proposals/2024-01-29_native_histograms_text_format.md b/proposals/2024-01-29_native_histograms_text_format.md index 4807283..fe0ce4d 100644 --- a/proposals/2024-01-29_native_histograms_text_format.md +++ b/proposals/2024-01-29_native_histograms_text_format.md @@ -42,6 +42,8 @@ Client library maintainers, OpenMetrics, and Prometheus scrape maintainers. ## Non-Goals * Requiring backwards compatability (OpenMetrics 2.0 would be ok), and especially forwards compatability (not required in the OpenMetrics spec). +* Support for custom buckets as part of the native histogram structure. If needed by a consumer, custom buckets will need to be parsed from classic buckets. +* Changing created timestamp semantics. Created timestamps will continue to be exposed as an additional series as with OpenMetrics 1.0. ## How