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

Build with OTel Collector v0.92.0 #131

Merged
merged 2 commits into from
Jan 10, 2024
Merged

Conversation

jmacd
Copy link
Contributor

@jmacd jmacd commented Jan 10, 2024

This update is now easy. I manually edited the version in collector/otelarrowcol-build.yaml, then ran make genotelarrowcol which syncs dependencies within the repo.

@jmacd jmacd merged commit a65cc3f into open-telemetry:main Jan 10, 2024
2 checks passed
@jmacd jmacd deleted the jmacd/v092 branch January 16, 2024 22:51
jmacd added a commit that referenced this pull request Jan 17, 2024
Fixes #33. 
Fixes #37.

Note: each of the OTel-Arrow stream definitions has the same, identical
signature. Tests without-loss-of-generality use the Traces service
method and client mocks in mock-based tests, as these in fact work for
non-trace data because the signatures are identical.

Removes the stream entirely and updates the receiver code as
#135 did for the
exporter.

Note this also re-generates all the mock-based tests using
go.uber.org/mock which is the new location for github.com/golang/mock.
Two missing `Makefile` rules are saved, for the next time this needs to
be done.

Note: comments out one line of test in a test that is identical to the
core OTLP receiver. Having spent nearly an hour trying to understand
this, I can only say it is related to the OTel-Go metrics SDK and the
Prometheus registry; the obsreport functionality is working and the test
broke following #131 (and CI/CD did not work for unknown reasons). It
may be failing due to static relationships in the Arrow tests that are
not present in the core OTLP tests. This is recorded in #137.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants