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

Avoid constructing URI #7293

Merged
merged 1 commit into from
Nov 24, 2022
Merged

Avoid constructing URI #7293

merged 1 commit into from
Nov 24, 2022

Conversation

trask
Copy link
Member

@trask trask commented Nov 23, 2022

Resolves #6568 (Reactor Netty optimization was already implemented in #6600)

@trask trask requested a review from a team November 23, 2022 21:22
@trask trask mentioned this pull request Nov 23, 2022
@mateuszrzeszutek mateuszrzeszutek merged commit f9c2c80 into open-telemetry:main Nov 24, 2022
mateuszrzeszutek pushed a commit that referenced this pull request Nov 24, 2022
I thought I was going to need this for #7293, but it seems like still a
good change, removes a bit of duplication across getHost and getPort,
and could be useful in the future if we want logic to grab both host and
port in a "single pass"
@trask trask deleted the avoid-constructing-uri branch November 24, 2022 17:27
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.

Avoid creating a new URI instance in gRPC and Reactor Netty instrumentations
2 participants