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 forEach support for aws sqs tracing list #10062

Merged
merged 1 commit into from
Dec 13, 2023

Conversation

laurit
Copy link
Contributor

@laurit laurit commented Dec 13, 2023

Currently we only handle the iterator method, this pr also adds handling for the forEach method. Similar change isn't needed for the kafka tracing list because it does not extend ArrayList and the default implementation of forEach already uses the iterator.

@laurit laurit requested a review from a team as a code owner December 13, 2023 09:53
@trask trask merged commit c7fd4d4 into open-telemetry:main Dec 13, 2023
47 checks passed
@laurit laurit deleted the aws-tracing-list-forEach branch December 14, 2023 13:07
elbiocaetano pushed a commit to elbiocaetano/opentelemetry-java-instrumentation that referenced this pull request Dec 19, 2023
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.

None yet

3 participants