prometheus/storage/remote
Julien Pivotto 27343277fa
Merge release-2.32 forward into main ()
* storage: expose bug in iterators 

Signed-off-by: beorn7 <beorn@grafana.com>

* storage: fix bug  in iterators' Seek method

Signed-off-by: beorn7 <beorn@grafana.com>

* Append reporting metrics without limit

If reporting metrics fails due to reaching the limit, this makes the
target appear as UP in the UI, but the metrics are missing.

This commit bypasses that limit for report metrics.

Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>

* Remove check against cfg so interval/ timeout are always set () ()

Signed-off-by: Nicholas Blott <blottn@tcd.ie>

Co-authored-by: Nicholas Blott <blottn@tcd.ie>

* Cut v2.32.1

Signed-off-by: Julius Volz <julius.volz@gmail.com>

* Apply suggestions from code review

Signed-off-by: Julius Volz <julius.volz@gmail.com>

Co-authored-by: Levi Harrison <git@leviharrison.dev>

Co-authored-by: Julien Pivotto <roidelapluie@inuits.eu>
Co-authored-by: Nicholas Blott <blottn@tcd.ie>
Co-authored-by: Julius Volz <julius.volz@gmail.com>
Co-authored-by: Levi Harrison <git@leviharrison.dev>
2021-12-17 23:18:38 +01:00
..
chunked.go
chunked_test.go
client.go
client_test.go
codec.go storage: fix bug in iterators' Seek method 2021-12-16 12:07:35 +01:00
codec_test.go storage: expose bug in iterators 2021-12-16 12:02:15 +01:00
ewma.go
intern.go
intern_test.go
max_timestamp.go
metadata_watcher.go
metadata_watcher_test.go
queue_manager.go Review feedback 2021-12-09 14:40:44 +00:00
queue_manager_test.go Review feedback 2021-12-09 14:40:44 +00:00
read.go
read_handler.go
read_handler_test.go
read_test.go storage/remote: use t.TempDir instead of ioutil.TempDir on tests () 2021-11-19 15:21:45 -05:00
storage.go
storage_test.go storage/remote: use t.TempDir instead of ioutil.TempDir on tests () 2021-11-19 15:21:45 -05:00
write.go
write_handler.go Log time series details for out-of-order samples in remote write receiver () 2021-12-08 15:07:51 +00:00
write_handler_test.go
write_test.go storage/remote: use t.TempDir instead of ioutil.TempDir on tests () 2021-11-19 15:21:45 -05:00