How Can I Send AWS Lambda Metrics to an OpenTelemetry Collector?

0
0
Asked By CloudySailor92 On

I'm working with AWS ECS that runs an OpenTelemetry collector, and I have a few AWS Lambda functions with X-Ray enabled. I'm really struggling to figure out the best way to send both metrics and traces from these Lambdas to the OpenTelemetry collector. This OpenTelemetry setup feels overly complicated and I could use some guidance.

2 Answers

Answered By CodeWizard77 On

You might want to check out the AWS.XRayExporter on GitHub. It seems like it could be a good starting point for integrating Lambda metrics with OpenTelemetry. Here’s the link: https://github.com/dtPaTh/AWS.XRayExporter. It may not cover everything, but it could give you some useful insights!

Answered By DevHelperTim On

I can totally relate! It's frustrating when you're just trying to get help and end up getting downvoted. It might help to clarify the specifics of your issue. For example, if you could explain which part of the process is failing or what errors you're encountering, people will be more inclined to assist.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.