Skip to content

Commit 9411f79

Browse files
authored
Update to v0.111.0 for all components (#266)
Several of the components in this repo have drifted from current OTel Collector dependencies. This needs to be repaired before we can test the latest concurrent batch processor. This sets the component name of concurrent batch processor back to "concurrentbatch". It was accidentally modified to "batch" while merging with the upstream fork. Retracts v0.28.0 of concurrentbatchprocessor.
1 parent da13cf3 commit 9411f79

File tree

21 files changed

+609
-594
lines changed

21 files changed

+609
-594
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ endif
103103
BUILDER = builder
104104
.PHONY: $(BUILDER)
105105
builder:
106-
$(GOCMD) install go.opentelemetry.io/collector/cmd/builder@v0.110.0
106+
$(GOCMD) install go.opentelemetry.io/collector/cmd/builder@v0.111.0
107107

108108
.PHONY: genotelarrowcol
109109
genotelarrowcol: builder

collector/cmd/otelarrowcol/components.go

Lines changed: 25 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)