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

contrib/google.golang.org/{grpc, grpc.v12}: add support for WithSpanOptions #1159

Merged
merged 8 commits into from
Mar 20, 2023

Conversation

mackjmr
Copy link
Member

@mackjmr mackjmr commented Feb 4, 2022

This PR add's support for WithSpanOptions for both contrib/google.golang.org/grpc and contrib/google.golang.org/grpc.v12

Fixes: #1125

@mackjmr mackjmr requested a review from a team February 4, 2022 14:33
Copy link
Member

@felixge felixge left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for this PR. IIRC @talig was looking for something like this in order to add custom tags to all spans.

Anyway, just a quick comment from me. I'll leave it to @DataDog/tracing-go to review the full PR.

contrib/google.golang.org/grpc.v12/grpc.go Outdated Show resolved Hide resolved
@dianashevchenko dianashevchenko added this to the Triage milestone Feb 17, 2022
@pr-commenter
Copy link

pr-commenter bot commented Jan 19, 2023

Benchmarks

Comparing candidate commit 61b673f in PR branch mackjmr/grpc-with-span-options with baseline commit 7e75bfd in branch main.

Found 0 performance improvements and 0 performance regressions! Performance is the same for 18 metrics, 0 unstable metrics.

Copy link
Contributor

@dianashevchenko dianashevchenko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM but I will also ask @ajgajg1134 to look through real quick

Copy link
Contributor

@ajgajg1134 ajgajg1134 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also looks good to me!

@dianashevchenko dianashevchenko modified the milestones: Triage, v1.49.0 Mar 16, 2023
@dianashevchenko dianashevchenko merged commit 53225b6 into main Mar 20, 2023
@dianashevchenko dianashevchenko deleted the mackjmr/grpc-with-span-options branch March 20, 2023 14:56
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.

proposal: contrib/google.golang.org/grpc: add WithSpanOptions
6 participants