-
Notifications
You must be signed in to change notification settings - Fork 2.8k
honeycombexporter.TestEmptyNode() is unstable #272
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
Comments
You can assign this to me if you'd like - I'll take a look at it soon. |
Thanks for looking @paulosman |
@paulosman This failed again and is causing trouble for the build: https://app.circleci.com/pipelines/github/open-telemetry/opentelemetry-collector-contrib/1120/workflows/8beab1d1-0ae1-4f85-9ec6-b36b4eaba774/jobs/2600/steps Please have a look, otherwise we will have to disable either the test or the component. |
@tigrannajaryan Suggest we disable for now to stop problems with the build - I'll continue to debug the underlying data race issue. PR here: #305 |
Actually, I was able to fix it in the exporter with help from @keitwb. I'll still look at making the dependency safe from data races, but merging that PR should unblock future build issues. |
There was a bug in a dependency causing non-deterministic test failures in the honeycomb exporter due to a data race. This change refactors RunErrorLogger to accept a channel instead of having to call methods on libhoney directly, reducing shared usage of libhoney from multiple goroutines. See #272 for details.
Signed-off-by: Guangming Wang <[email protected]> Fixes a typo on the tag mapstructure of ActionKeyValue.Key
This causes us to no longer emit missing root spans if we do not have the trace associated with the tracing headers we receive on public endpoints.
Add Confused Deputy Prevention
See https://app.circleci.com/pipelines/github/open-telemetry/opentelemetry-collector-contrib/991/workflows/3099dddd-0525-46c2-b781-aef9b0d88bc5/jobs/1932/steps
The text was updated successfully, but these errors were encountered: