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 integration testing for gRPC instrumentation #297

Merged
merged 8 commits into from
Aug 26, 2020

Conversation

MrAlias
Copy link
Contributor

@MrAlias MrAlias commented Aug 25, 2020

Test the instrumentation by instrumenting both client and server with the provided instrumentation and check correctly generated spans.

This is in contrast to the existing unit tests that verify each interceptor directly.

Closes #217 after #296 is merged.

@MrAlias MrAlias added the area: instrumentation Related to an instrumentation package label Aug 25, 2020
@MrAlias MrAlias self-assigned this Aug 25, 2020
@MrAlias MrAlias merged commit 0afc4ae into open-telemetry:master Aug 26, 2020
@MrAlias MrAlias deleted the grpc-integration-testing branch August 26, 2020 18:39
@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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add benchmark and integration testing for grpc instrumentation.
3 participants