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

Remove use of oteltest in otelgin #1000

Merged
merged 7 commits into from
Aug 19, 2021

Conversation

MrAlias
Copy link
Contributor

@MrAlias MrAlias commented Aug 13, 2021

Replace the use of the oteltest package with the sdk/trace/tracetest package for the otelgin instrumentation. Do this in its own test module to not impose a dependency on the default SDK to the instrumentation user.

This uses a pre-release version of the sdk/trace/tracetest to prepare for the next release of otel-go.

Resolves #976

Part of open-telemetry/opentelemetry-go#2121

@MrAlias MrAlias added area: instrumentation Related to an instrumentation package Skip Changelog Allow PR to succeed without requiring an addition to the CHANGELOG labels Aug 13, 2021
@MrAlias MrAlias merged commit fc4d892 into open-telemetry:main Aug 19, 2021
@MrAlias MrAlias deleted the otelgin-oteltest branch August 19, 2021 14:51
@pellared pellared added this to the untracked milestone Nov 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: instrumentation Related to an instrumentation package Skip Changelog Allow PR to succeed without requiring an addition to the CHANGELOG
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove use of oteltest in otelgin
4 participants