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 otelrestful #1003

Merged
merged 5 commits into from
Aug 19, 2021

Conversation

MrAlias
Copy link
Contributor

@MrAlias MrAlias commented Aug 16, 2021

Replace the use of the oteltest package with the sdk/trace/tracetest package for the otelrestful 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 #977

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 16, 2021
@MrAlias MrAlias merged commit 85719ed into open-telemetry:main Aug 19, 2021
@MrAlias MrAlias deleted the otelrestful-oteltest branch August 19, 2021 15:10
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 otelrestful
3 participants