open-telemetry/opentelemetry-ruby-contrib

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

Offen

#718 geöffnet am 11.11.2023

 (2 Kommentare) (0 Reaktionen) (1 zugewiesene Person)Ruby (252 Forks)auto 404
help wantedinstrumentation-aws_sdkkeep

Repository-Metriken

Stars
 (135 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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.

Contributor Guide