Skip to content

Commit 0056418

Browse files
committed
Add remote write v2 proto
Signed-off-by: SungJin1212 <[email protected]>
1 parent 47fbc56 commit 0056418

File tree

4 files changed

+4601
-0
lines changed

4 files changed

+4601
-0
lines changed

Diff for: CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
* [CHANGE] Change all max async concurrency default values `50` to `3` #6268
1010
* [CHANGE] Change default value of `-blocks-storage.bucket-store.index-cache.multilevel.max-async-concurrency` from `50` to `3` #6265
1111
* [CHANGE] Enable Compactor and Alertmanager in target all. #6204
12+
* [FEATURE] Implement Prometheus remote write 2.0. #6320
1213
* [FEATURE] Ruler: Pagination support for List Rules API. #6299
1314
* [FEATURE] Query Frontend/Querier: Add protobuf codec `-api.querier-default-codec` and the option to choose response compression type `-querier.response-compression`. #5527
1415
* [FEATURE] Ruler: Experimental: Add `ruler.frontend-address` to allow query to query frontends instead of ingesters. #6151

Diff for: Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ $(foreach exe, $(EXES), $(eval $(call dep_exe, $(exe))))
8585

8686
# Manually declared dependencies And what goes into each exe
8787
pkg/cortexpb/cortex.pb.go: pkg/cortexpb/cortex.proto
88+
pkg/cortexpbv2/cortexv2.pb.go: pkg/cortexpbv2/cortexv2.proto
8889
pkg/ingester/client/ingester.pb.go: pkg/ingester/client/ingester.proto
8990
pkg/distributor/distributorpb/distributor.pb.go: pkg/distributor/distributorpb/distributor.proto
9091
pkg/ingester/wal.pb.go: pkg/ingester/wal.proto

0 commit comments

Comments
 (0)