SQS auto-instrumentation not working #3420
Unanswered
eduardborges
asked this question in
Q&A
Replies: 2 comments
-
/cc @willarmiros would you mind helping out here? thank you! |
Beta Was this translation helpful? Give feedback.
0 replies
-
I wrote the instrumentation. It should work out of the box for sqs and the code you attached looks good. There is also this blog post which enumerates many common issues that you can rule out. Feel free to ping me on slack as I tend to miss threads on github |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I instrumented my NodeJS application using some of the auto-instrumentation libraries. I have multiple services publishing and consuming from Amazon SQS. I do not see any traces of the SQS messages, only HTTP calls to the SQS endpoint. I am not using message batches for SQS.
Reading the SQS documentation of the aws-sdk auto-instrumentation package, I understood that no extra config is required for this to work and that the trace id will be passed and read through the message attributes. Am I missing anything?
Here is part of our tracing config:
Beta Was this translation helpful? Give feedback.
All reactions