Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenTelemetry Protocol with Apache Arrow Exporter initial skeleton #30619

Merged
merged 23 commits into from
Jan 23, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update
  • Loading branch information
jmacd committed Jan 19, 2024
commit 1b63a6ad93d62de916af9ca3bb3aeec8deb50f27
4 changes: 2 additions & 2 deletions exporter/otelarrowexporter/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ module github.com/open-telemetry/opentelemetry-collector-contrib/exporter/otelar
go 1.20

require (
github.com/open-telemetry/otel-arrow v0.14.0
github.com/open-telemetry/otel-arrow/collector v0.14.0
github.com/open-telemetry/otel-arrow v0.15.0
github.com/open-telemetry/otel-arrow/collector v0.15.0
github.com/stretchr/testify v1.8.4
go.opentelemetry.io/collector/component v0.92.1-0.20240118172122-8131d31601b8
go.opentelemetry.io/collector/config/configauth v0.92.1-0.20240118172122-8131d31601b8
Expand Down
8 changes: 4 additions & 4 deletions exporter/otelarrowexporter/go.sum

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

Loading