Replies: 1 comment
-
Could you provide a minimal sample application that does not use lambda and reproduces this issue. |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I've created my lambdas attaching ADOT(Aws distribution for opentelemetry, based on java agent) layer.
When my function is reached it's generating two spans: one span for lambda invocation and another one for function code.
Inside my function code, I'm reaching a mongodb using Spring Data Mongodb.
According to documentation, mongodb instrumentation is automatically added by agent. Nevertheless, no mongodb span is attached on trace.
Any ideas about how could I attach mongodb spans?
Beta Was this translation helpful? Give feedback.
All reactions