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日
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.