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

Implement ExtendedTextMapGetter in http server instrumentations #13053

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

laurit
Copy link
Contributor

@laurit laurit commented Jan 16, 2025

part of #12868

@laurit laurit requested a review from a team as a code owner January 16, 2025 11:03
@github-actions github-actions bot added the test native This label can be applied to PRs to trigger them to run native tests label Jan 16, 2025
@Override
public Iterator<String> getAll(@Nullable ServerWebExchange exchange, String key) {
if (exchange == null) {
return Collections.emptyIterator();
Copy link
Contributor

Choose a reason for hiding this comment

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

Use static import here? it's used twice in this class.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test native This label can be applied to PRs to trigger them to run native tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants