prometheus/storage/remote
Levi Harrison d5c3c567d3
Remote Write: Add max samples per metadata send (#8959)
* Added MaxSamplesPerSend

Signed-off-by: Levi Harrison <git@leviharrison.dev>

* Added tests

Signed-off-by: Levi Harrison <git@leviharrison.dev>

* Fixed order of require

Signed-off-by: Levi Harrison <git@leviharrison.dev>

* Added docs

Signed-off-by: Levi Harrison <git@leviharrison.dev>

* writes -> writesReceived

Signed-off-by: Levi Harrison <git@leviharrison.dev>

* Improved send loop

Signed-off-by: Levi Harrison <git@leviharrison.dev>
2021-06-24 15:39:50 -07:00
..
chunked.go
chunked_test.go
client.go
client_test.go
codec.go
codec_test.go
ewma.go
intern.go
intern_test.go
max_timestamp.go
metadata_watcher.go Switched to go-kit/log 2021-06-11 12:28:36 -04:00
metadata_watcher_test.go
queue_manager.go Remote Write: Add max samples per metadata send (#8959) 2021-06-24 15:39:50 -07:00
queue_manager_test.go Remote Write: Add max samples per metadata send (#8959) 2021-06-24 15:39:50 -07:00
read.go
read_handler.go Switched to go-kit/log 2021-06-11 12:28:36 -04:00
read_handler_test.go
read_test.go
sigv4.go
sigv4_test.go
storage.go Switched to go-kit/log 2021-06-11 12:28:36 -04:00
storage_test.go
write.go Switched to go-kit/log 2021-06-11 12:28:36 -04:00
write_handler.go Switched to go-kit/log 2021-06-11 12:28:36 -04:00
write_handler_test.go Switched to go-kit/log 2021-06-11 12:28:36 -04:00
write_test.go