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

aws-sdk-2.2.: Support injection into SQS.SendMessageBatch message attributes #8798

Merged
merged 10 commits into from
Jun 29, 2023

Conversation

Oberon00
Copy link
Member

@Oberon00 Oberon00 commented Jun 23, 2023

Continuing after #8775, this PR contains both more refactorings and the SQS SendMessageBatch injection support. If requested, I can move the refactorings (all commits before 456f50a, which at the time of PR creation is the last commit) to a separate PR.

@mateuszrzeszutek
Copy link
Member

@Oberon00 I just merged #8775, can you merge/rebase this PR with main?

@Oberon00
Copy link
Member Author

Rebased & updated PR description.

@Oberon00 Oberon00 marked this pull request as ready for review June 23, 2023 13:45
@Oberon00 Oberon00 requested a review from a team as a code owner June 23, 2023 13:45
Copy link
Member

@mateuszrzeszutek mateuszrzeszutek left a comment

Choose a reason for hiding this comment

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

LGTM 👍

trace(1, xrayInjectionEnabled ? 4 : 3) {
span(0) {
name "Sqs.SendMessageBatch"
kind CLIENT // TODO: Probably this should be producer, but that would be a breaking change
Copy link
Member

Choose a reason for hiding this comment

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

👍
In general I think it'd make sense for SQS to implement the messaging semconv; but that's probably a quite large project, and we might just defer it until the messaging semconv stability.

Oberon00 and others added 2 commits June 26, 2023 15:50
…/opentelemetry/instrumentation/awssdk/v2_2/AbstractAws2SqsTracingTest.groovy

Co-authored-by: Mateusz Rzeszutek <mrzeszutek@splunk.com>
@trask
Copy link
Member

trask commented Jun 28, 2023

@Oberon00 can you resolve the conflicts? thx

@trask trask merged commit a1f6917 into open-telemetry:main Jun 29, 2023
45 checks passed
@Oberon00 Oberon00 deleted the feature/sqs-batch branch June 29, 2023 14:57
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