Package Name
aws
Package Version(s)
No response
Describe the goal of the feature
SQS already records aws.sqs.queue_name. It would be great to also record aws.sqs.message_group_id, which is now used not just in FIFO queues but also in fair queues.
Is your feature request related to a problem?
I would love to be able to visualize how much traffic each tenant is generating in SQS. CloudWatch Contributor Insight metrics offer a similar instrumentation.
Describe alternatives you've considered
I think it's possible to work around using DD_TRACE_CLOUD_REQUEST_PAYLOAD_TAGGING=..., but that feels like a hack.
One alternative is to track this manually in producer code, which is a lot of work. Another is to use CloudWatch instead of Datadog.
Additional context
No response