Skip to content

Commit

Permalink
Merge branch 'main' into remove-getstoragefactory-usage
Browse files Browse the repository at this point in the history
  • Loading branch information
ary82 authored Jan 27, 2025
2 parents 1d43f01 + 20bdd8d commit 7c22a4b
Show file tree
Hide file tree
Showing 10 changed files with 89 additions and 5,122 deletions.
5 changes: 0 additions & 5 deletions Makefile.Thrift.mk
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,8 @@ thrift-image:
.PHONY: thrift
thrift: idl/thrift/jaeger.thrift thrift-image
[ -d $(THRIFT_GEN_DIR) ] || mkdir $(THRIFT_GEN_DIR)
$(THRIFT) -o /data --gen go:$(THRIFT_GO_ARGS) --out /data/$(THRIFT_GEN_DIR) /data/idl/thrift/agent.thrift
$(SED) -i.bak 's|"zipkincore"|"$(JAEGER_IMPORT_PATH)/thrift-gen/zipkincore"|g' $(THRIFT_GEN_DIR)/agent/*.go
$(SED) -i.bak 's|"jaeger"|"$(JAEGER_IMPORT_PATH)/thrift-gen/jaeger"|g' $(THRIFT_GEN_DIR)/agent/*.go
$(THRIFT) -o /data --gen go:$(THRIFT_GO_ARGS) --out /data/$(THRIFT_GEN_DIR) /data/idl/thrift/jaeger.thrift
$(THRIFT) -o /data --gen go:$(THRIFT_GO_ARGS) --out /data/$(THRIFT_GEN_DIR) /data/idl/thrift/sampling.thrift
$(THRIFT) -o /data --gen go:$(THRIFT_GO_ARGS) --out /data/$(THRIFT_GEN_DIR) /data/idl/thrift/baggage.thrift
$(THRIFT) -o /data --gen go:$(THRIFT_GO_ARGS) --out /data/$(THRIFT_GEN_DIR) /data/idl/thrift/zipkincore.thrift
rm -rf thrift-gen/*/*-remote thrift-gen/*/*.bak

idl/thrift/jaeger.thrift:
Expand Down
6 changes: 0 additions & 6 deletions thrift-gen/agent/GoUnusedProtection__.go

This file was deleted.

35 changes: 0 additions & 35 deletions thrift-gen/agent/agent-consts.go

This file was deleted.

Loading

0 comments on commit 7c22a4b

Please sign in to comment.