Skip to content

Commit 722101d

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

File tree

3 files changed

+4568
-0
lines changed

3 files changed

+4568
-0
lines changed

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)