prometheus/model/histogram
Neeraj Gartia d4b1f9eb33
Corrects the behaviour of binary opperators between histogram and float (#14726)
promql: corrects binary operators functioning for mixed sample with histogram and float

For invalid pairings of sample types, an annotation is added now.

Signed-off-by: Neeraj Gartia <neerajgartia211002@gmail.com>

---------

Signed-off-by: Neeraj Gartia <neerajgartia211002@gmail.com>
2024-10-15 14:44:36 +02:00
..
float_histogram.go Corrects the behaviour of binary opperators between histogram and float (#14726) 2024-10-15 14:44:36 +02:00
float_histogram_test.go Corrects the behaviour of binary opperators between histogram and float (#14726) 2024-10-15 14:44:36 +02:00
generic.go Merge branch 'main' into nhcb 2024-06-07 19:17:14 +08:00
generic_test.go Merge branch 'main' into nhcb 2024-03-22 14:51:48 +01:00
histogram.go fix according to code review 2024-06-07 18:50:59 +08:00
histogram_test.go Fix lint error 2024-06-24 09:33:03 +02:00
test_utils.go