prometheus/web/api/v1
Ganesh Vernekar df59320886
Add out-of-order sample support to the TSDB (#269)
This implementation is based on this design doc:
https://docs.google.com/document/d/1Kppm7qL9C-BJB1j6yb6-9ObG3AbdZnFUBYPNNWwDBYM/edit?usp=sharing

This commit adds support to accept out-of-order ("OOO") sample into the TSDB
up to a configurable time allowance. If OOO is enabled, overlapping querying
are automatically enabled.

Signed-off-by: Ganesh Vernekar <ganeshvern@gmail.com>

Co-authored-by: Jesus Vazquez <jesus.vazquez@grafana.com>
Co-authored-by: Ganesh Vernekar <ganeshvern@gmail.com>
Co-authored-by: Dieter Plaetinck <dieter@grafana.com>
2022-06-22 11:45:21 +00:00
..
api.go Merge pull request #10857 from pstibrany/fix-errors-handling 2022-06-13 17:45:35 +02:00
api_test.go Add out-of-order sample support to the TSDB (#269) 2022-06-22 11:45:21 +00:00
errors_test.go Merge pull request #10857 from pstibrany/fix-errors-handling 2022-06-13 17:45:35 +02:00