Commit Graph

106 Commits (1081e336a0c4004b6f817c70f0ff4f3810db80fa)

Author SHA1 Message Date
beorn7 87351f2318 prompb: Modify layout of histograms
2 years ago
beorn7 a38ee22110 documentation: fix remote_storage examples
2 years ago
Levi Harrison 08f3ddb864
Sparse histogram remote-write support (#11001)
2 years ago
beorn7 20a3990500 documentation: fix example dependencies
2 years ago
dependabot[bot] 867d3bd78f
build(deps): bump github.com/go-kit/log (#10827)
3 years ago
dependabot[bot] 7b8ed5d36b
build(deps): bump github.com/prometheus/common (#10826)
3 years ago
dependabot[bot] eef02a0334
build(deps): bump github.com/prometheus/client_golang (#10828)
3 years ago
dependabot[bot] 6bd75d5ba7
build(deps): bump github.com/stretchr/testify (#10829)
3 years ago
Matthieu MOREL 12de742ae4
refactor (documentation): move from github.com/pkg/errors to 'errors' and 'fmt' (#10808)
3 years ago
Matthieu MOREL e2ede285a2
refactor: move from io/ioutil to io and os packages (#10528)
3 years ago
Julien Pivotto 8cc7b7e577
Split remote storage example in its own go mod (#10244)
3 years ago
Mateusz Gozdek 1a6c2283a3 Format Go source files using 'gofumpt -w -s -extra'
3 years ago
Paweł Szulik f5563bfe95
tests: Move from t.Errorf and others. (Part 2) (#9309)
3 years ago
Levi Harrison b5f6f8fb36 Switched to go-kit/log
4 years ago
Callum Styan 8fd73b1d28
Add Exemplar Remote Write support (#8296)
4 years ago
Tom Wilkie d479151f1f Various enhancements and refactorings for remote write receiver:
4 years ago
Julien Pivotto 4e5b1722b3
Move away from testutil, refactor imports (#8087)
4 years ago
Marek Slabicki 8224ddec23
Capitalizing first letter of all log lines (#7043)
5 years ago
Vadym Martsynovskyy a9970a47ef Fix incorrect examples in docs
5 years ago
Romain Baugue 95193fa027 Exhaust every request body before closing it (#5166) (#5479)
6 years ago
qinng cc75c27580 Fix multiple response.WriteHeader calls error in remote read adapter (#5159)
6 years ago
Tariq Ibrahim 8fdfa8abea refine error handling in prometheus (#5388)
6 years ago
LongKB 23480bef43 Remove the duplicated words (#5251)
6 years ago
Callum Styan 5358f76c5c update remote write path proto so that Labels/Timeseries can't be nil (#4957)
6 years ago
Alex Yu 5dcce32ef8 update promlog to latest version (#4876)
6 years ago
Simon Pasquier ed19373a78
*: remove use of golang.org/x/net/context (#4869)
6 years ago
Tom Wilkie d3a1ff1abf
Reduce memory usage of remote read by reducing pointer usage. (#4655)
6 years ago
beorn7 4fb59d1e61 Remove use of deprecated prometheus.Handler
6 years ago
Julius Volz 8fbe1b5133
Handle a bunch of unchecked errors (#4461)
6 years ago
Harsh Agarwal 6a464ae174 expose log.level for promlog for remote_storage_adapter (#4195)
6 years ago
Peter Gallerani a9d5034add Fix missing 'msg' in remote storage adapter main.go .Log info message (#4377)
6 years ago
ferhat elmas ffa673f7d8 General simplifications (#3887)
7 years ago
Matthew Pound e6dcc72f9a Fix instructions on updating prometheus.yml for Remote Write Adapter Example (#3422)
7 years ago
Krasi Georgiev 5d8f93a22a now using only github.com/gogo/protobuf
7 years ago
Julius Volz 099df0c5f0 Migrate "golang.org/x/net/context" -> "context" (#3333)
7 years ago
Fabian Reinartz abf7c975c9 Merge branch 'master' into dev-2.0
7 years ago
Jack Neely 128b31d058 Log failure to send NaN values to remote store as Debug (#3235)
7 years ago
Goutham Veeramachaneni 3f0267c548 Merge branch 'dev-2.0' into go-kit/log
7 years ago
Goutham Veeramachaneni f5aed810f9 logging: Port to common/promlog
7 years ago
Fabian Reinartz d21f149745 *: migrate to go-kit/log
7 years ago
Fabian Reinartz 87918f3097 Merge branch 'master' into dev-2.0
7 years ago
Julius Volz aa5cdcb11e Remove extra space in log output
7 years ago
gdmello 35c952e344 Added logging for remote storage adapter (#3106)
7 years ago
Tom Wilkie cf105f9d57 Update example remote adapters for change in proto location.
7 years ago
Julius Volz e0f046396a Fix InfluxDB retention policy usage in read adapter (#2781)
8 years ago
Tom Wilkie 3141a6b36b Compress remote storage requests and responses with unframed/raw snappy. (#2696)
8 years ago
Brian Brazil 0e0fc5a7f4 Correct example name to adapter. (#2590)
8 years ago
Brian Brazil c813c824d4 Separate out remote read responses.
8 years ago
Julius Volz 3581057ea4 Update remote storage bridge README.md
8 years ago
Julius Volz b391cbb808 Add InfluxDB read-back support to remote storage bridge
8 years ago
Julius Volz 815762a4ad Move retrieval.NewHTTPClient -> httputil.NewClientFromConfig
8 years ago
Julius Volz beb3c4b389 Remove legacy remote storage implementations
8 years ago
Julius Volz b16371595d Add standalone remote storage bridge example
8 years ago
Julius Volz b5163351bf Simplify and fix remote write example
8 years ago
Tom Wilkie d83879210c Switch back to protos over HTTP, instead of GRPC.
8 years ago
Julius Volz aa3f2b7216 Generic write cleanups and changes.
8 years ago