Replies: 1 comment
-
Hello @sarmst22 , I don't have an answer to this very old question, but I'm wondering it worked out in the end. I'm currently trying to achieve the same thing and this post is the most practical example I could find. If you had success I would love to hear more about it. |
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
-
Hi folks, I've been working on getting the OpenTelemetry Collector AWS Lambda Extension layer working with the Rust open-telemetry implementation and Rust Lambda Runtime and I've had some successes.
I'm able to export via an otlp pipeline to X-Ray with trace information, however I've run into a roadblock as there appears to be a ton of dummy traces generated during the function invocation. Below is my current pipeline setup:
And my collector.yaml:
Here's a json of the corresponding X-Ray Trace's I'm seeing come out the other side that are funky:
Anyone have any inclination of what I'm doing so very wrong here?
Beta Was this translation helpful? Give feedback.
All reactions