Skip to content

Commit

Permalink
Update to v0.111.0 for all components (#266)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jmacd authored Oct 17, 2024
1 parent da13cf3 commit 9411f79
Show file tree
Hide file tree
Showing 21 changed files with 609 additions and 594 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ endif
BUILDER = builder
.PHONY: $(BUILDER)
builder:
$(GOCMD) install go.opentelemetry.io/collector/cmd/builder@v0.110.0
$(GOCMD) install go.opentelemetry.io/collector/cmd/builder@v0.111.0

.PHONY: genotelarrowcol
genotelarrowcol: builder
Expand Down
49 changes: 25 additions & 24 deletions collector/cmd/otelarrowcol/components.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 9411f79

Please sign in to comment.