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

Add internal/otelarrow package for shared code between otelarrow exporter, receiver #33579

Merged
merged 32 commits into from
Jul 17, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
9e00bf2
Internal package draft.
jmacd Jun 14, 2024
8ba5cb6
codeowners, versions
jmacd Jun 14, 2024
ccd157e
update otelarrow exporter
jmacd Jun 14, 2024
abf0398
otelarrow receiver
jmacd Jun 14, 2024
ffbdd88
lint
jmacd Jun 14, 2024
e4cb5a4
Add changelog
jmacd Jun 14, 2024
cda097c
edit
jmacd Jun 14, 2024
372c417
tidier
jmacd Jun 14, 2024
b2d1cc6
Merge branch 'main' of github.com:open-telemetry/opentelemetry-collec…
jmacd Jun 17, 2024
ead7857
revert components
jmacd Jun 17, 2024
22c8a36
tidy
jmacd Jun 17, 2024
702a1a6
lint
jmacd Jun 17, 2024
9d1338e
argggh gomod
jmacd Jun 17, 2024
ef4ea8c
goporto
jmacd Jun 17, 2024
7654e56
Merge branch 'main' into jmacd/internalarrow
jmacd Jun 18, 2024
2804a9f
tidy
jmacd Jun 18, 2024
2eb27fa
Merge branch 'main' of github.com:open-telemetry/opentelemetry-collec…
jmacd Jun 20, 2024
346b4b3
mod update
jmacd Jun 20, 2024
c9c73b5
Merge branch 'main' into jmacd/internalarrow
jmacd Jun 21, 2024
893b772
Merge branch 'main' of github.com:open-telemetry/opentelemetry-collec…
jmacd Jul 8, 2024
3504b7a
tidy
jmacd Jul 8, 2024
3921073
Merge branch 'jmacd/internalarrow' of github.com:jmacd/opentelemetry-…
jmacd Jul 8, 2024
f717a98
Merge branch 'main' into jmacd/internalarrow
codeboten Jul 12, 2024
6312574
Merge branch 'main' of github.com:open-telemetry/opentelemetry-collec…
jmacd Jul 15, 2024
8272b13
tidy
jmacd Jul 15, 2024
1f63d7c
Merge branch 'jmacd/internalarrow' of github.com:jmacd/opentelemetry-…
jmacd Jul 15, 2024
920cde0
Merge branch 'main' of github.com:open-telemetry/opentelemetry-collec…
jmacd Jul 16, 2024
1095b64
Apply suggestions from code review
jmacd Jul 16, 2024
0bceca9
Merge branch 'jmacd/internalarrow' of github.com:jmacd/opentelemetry-…
jmacd Jul 16, 2024
bf321b5
Merge branch 'main' of github.com:open-telemetry/opentelemetry-collec…
jmacd Jul 16, 2024
11ca343
Merge branch 'main' of github.com:open-telemetry/opentelemetry-collec…
jmacd Jul 17, 2024
268c53f
update from https://github.com/open-telemetry/otel-arrow/pull/231
jmacd Jul 17, 2024
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
tidy
  • Loading branch information
jmacd committed Jun 17, 2024
commit 22c8a36df9f1caa9e589055cdde96817b068632e
2 changes: 1 addition & 1 deletion internal/otelarrow/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ require (
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/mostynb/go-grpc-compression v1.2.3 // indirect
github.com/open-telemetry/opentelemetry-collector-contrib/internal/sharedcomponent v0.102.0 // indirect
github.com/open-telemetry/otel-arrow/collector v0.24.0 // indirect
github.com/pierrec/lz4/v4 v4.1.21 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/prometheus/client_golang v1.19.1 // indirect
Expand Down
4 changes: 2 additions & 2 deletions internal/otelarrow/go.sum

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

Loading