Skip to content

Commit 721b773

Browse files
committed
Add remote write proto v2
Signed-off-by: SungJin1212 <[email protected]>
1 parent 1d09628 commit 721b773

File tree

3 files changed

+4568
-0
lines changed

3 files changed

+4568
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
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)