open-telemetry/opentelemetry-ruby-contrib

AWS SDK: Add an option to add tracing information to request headers instead of message attributes

開放

#718 建立於 2023年11月11日

 (2 則留言) (0 個反應) (1 位負責人)Ruby (252 個分叉)auto 404
help wantedinstrumentation-aws_sdkkeep

倉庫指標

星標
 (135 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

This concerns the AWS SDK instrumentation

Right now, the instrumentation injects the tracing information in SNS/SQS message attributes. If you want to make use of SNS active tracing in X-Ray, tracing information is only passed along if it is in the request header.

We could introduce a configuration option for giving the user control whether it should be injected in the message attributes or as request header.

貢獻者指南