prometheus/model/histogram
zenador 81862aabd7
[nhcb branch] Add basic unit tests for native histograms with custom buckets converted from classic histograms (#13794)
* modify unit test framework to automatically generate native histograms with custom buckets from classic histogram series
* add very basic tests for classic histogram converted into native histogram with custom bounds
* fix histogram_quantile for native histograms with custom buckets
* make loading with nhcb explicit
* evaluate native histograms with custom buckets on queries with explicit keyword
* use regex replacer
* use temp histogram struct for automatically loading converted nhcb

Signed-off-by: Jeanette Tan <jeanette.tan@grafana.com>
Signed-off-by: George Krajcsovits <krajorama@users.noreply.github.com>
2024-04-24 09:36:05 +02:00
..
float_histogram.go Add custom buckets to native histogram chunks encoding (#13706) 2024-03-22 14:36:39 +01:00
float_histogram_test.go Add custom buckets to native histogram chunks encoding (#13706) 2024-03-22 14:36:39 +01:00
generic.go [nhcb branch] Add basic unit tests for native histograms with custom buckets converted from classic histograms (#13794) 2024-04-24 09:36:05 +02:00
generic_test.go Merge branch 'main' into nhcb 2024-03-22 14:51:48 +01:00
histogram.go Merge branch 'main' into nhcb 2024-03-22 14:51:48 +01:00
histogram_test.go Add custom buckets to native histogram chunks encoding (#13706) 2024-03-22 14:36:39 +01:00
test_utils.go Move histogram validation code to model/histogram 2023-11-03 16:17:24 +02:00