OpenTelemetry context propagation #172
Unanswered
davidkeaveny
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Could you please take a look at this package https://github.com/awslabs/aws-dotnet-messaging/tree/main/src/AWS.Messaging.Telemetry.OpenTelemetry? You should be able to do what you are asking for using this package. Also, we have some sample apps in the repo that are setting up OTeL. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Does anyone know what the current state of play is regarding OpenTelemetry context propagation with AWS.Messaging? i.e. if I call an ASP.NET API, which then pushes a message to the queue, and a subscribing service receives the message and runs its own code, will the original OpenTelemetry context (especially trace ID) be incorporated into the OpenTelemetry context of the subscriber, so I get full end-to-end traceability?
Beta Was this translation helpful? Give feedback.
All reactions