prometheus/tsdb/wlog
Marc Tudurí 721f33dbb0
histograms: Add remote-write support for Float Histograms (#11817)
* adapt code.go and write_handler.go to support float histograms
* adapt watcher.go to support float histograms
* wip adapt queue_manager.go to support float histograms
* address comments for metrics in queue_manager.go
* set test cases for queue manager
* use same counts for histograms and float histograms
* refactor createHistograms tests
* fix float histograms ref in watcher_test.go
* address PR comments

Signed-off-by: Marc Tuduri <marctc@protonmail.com>
2023-01-13 16:39:20 +05:30
..
checkpoint.go Merge remote-tracking branch 'upstream/main' into fix-conflict 2022-10-12 14:20:02 +05:30
checkpoint_test.go Merge remote-tracking branch 'upstream/main' into fix-conflict 2022-10-12 14:20:02 +05:30
live_reader.go Use errors.Is to check for a specific error 2022-12-29 23:23:07 +08:00
reader.go Use errors.Is to check for a specific error 2022-12-29 23:23:07 +08:00
reader_test.go TSDB: Rename wal package to wlog (#11352) 2022-10-10 20:38:46 +05:30
watcher.go histograms: Add remote-write support for Float Histograms (#11817) 2023-01-13 16:39:20 +05:30
watcher_test.go histograms: Add remote-write support for Float Histograms (#11817) 2023-01-13 16:39:20 +05:30
wlog.go TSDB: Rename wal package to wlog (#11352) 2022-10-10 20:38:46 +05:30
wlog_test.go TSDB: Rename wal package to wlog (#11352) 2022-10-10 20:38:46 +05:30