-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
upgrade Otel Collector to
v0.94.1
(#153)
This PR upgrades the collector to `v0.94.1` and resolves breaking changes. I also moved the `sharedcomponent` package to resolve a bug when running `make genotelarrowcol` ``` go: github.com/open-telemetry/otel-arrow/collector/cmd/otelarrowcol imports github.com/open-telemetry/otel-arrow/collector/exporter/fileexporter imports github.com/open-telemetry/otel-arrow/collector/sharedcomponent: module github.com/open-telemetry/otel-arrow/collector@latest found (v0.16.0, replaced by ../../../collector), but does not contain package github.com/open-telemetry/otel-arrow/collector/sharedcomponent ``` Confirmed `make test` passes.
- Loading branch information
1 parent
ec0d595
commit 4956a49
Showing
39 changed files
with
1,042 additions
and
1,489 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.