prometheus/storage
Tom Wilkie d479151f1f Various enhancements and refactorings for remote write receiver:
- Remove unrelated changes
- Refactor code out of the API module - that is already getting pretty crowded.
- Don't track reference for AddFast in remote write.  This has the potential to consume unlimited server-side memory if a malicious client pushes a different label set for every series.  For now, its easier and safer to always use the 'slow' path.
- Return 400 on out of order samples.
- Use remote.DecodeWriteRequest in the remote write adapters.
- Put this behing the 'remote-write-server' feature flag
- Add some (very) basic docs.
- Used named return & add test for commit error propagation

Signed-off-by: Tom Wilkie <tom.wilkie@gmail.com>
2021-02-08 20:41:23 +00:00
..
remote Various enhancements and refactorings for remote write receiver: 2021-02-08 20:41:23 +00:00
buffer_test.go Testify: move to require (#8122) 2020-10-29 09:43:23 +00:00
buffer.go
fanout_test.go Testify: move to require (#8122) 2020-10-29 09:43:23 +00:00
fanout.go MultiError: Refactored MultiError for more concise and safe usage. (#8066) 2020-10-28 15:24:58 +00:00
generic.go
interface.go Support matchers for Labels API (#8301) 2020-12-22 11:02:19 +00:00
lazy.go
merge_test.go Testify: move to require (#8122) 2020-10-29 09:43:23 +00:00
merge.go MultiError: Refactored MultiError for more concise and safe usage. (#8066) 2020-10-28 15:24:58 +00:00
noop.go
secondary.go
series.go