Replies: 3 comments 12 replies
-
/cc @brunobat (opentelemetry,tracing), @matejvasek (amazon-lambda), @patriot1burke (amazon-lambda), @radcortez (opentelemetry,tracing) |
Beta Was this translation helpful? Give feedback.
0 replies
-
What propagation mechanism are you assuming? AWS default context propagation uses xray... Are you including that propagator on the Quarkus project? |
Beta Was this translation helpful? Give feedback.
10 replies
-
Because you need the X-Ray propagator included in
For Quarkus to do that. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I set quarkus with opentelemetry and AWS lambda as described in the respective documentation pages, however, it seems that I am missing some parts of the process.
while the traces are correctly propagated to jaeger, they are not chained with the parent traceId that is passed in the lambda invocation. A similar node-based lambda function we have does that automatically so not sure if there is any extra configuration we need to perform in quarkus to pickup the traceId from the lambda invocation context.
Does anyone have any experience in this type of setup?
Beta Was this translation helpful? Give feedback.
All reactions