opentelemetry-lambda
opentelemetry-lambda copied to clipboard
Create your own Lambda Layer in each OTel language using this starter code. Add the Lambda Layer to your Lamdba Function to get tracing with OpenTelemetry.
All logs in AWS Lambda output to one CloudWatch log group, the collector extension logs will mess up with user's Lambda application logs. Collector extension should support adjust collector log...
* Package names in Go should be lowercase (https://go.dev/blog/package-names) * Variable and function names should use mixed caps instead of snake case (https://go.dev/doc/effective_go#mixed-caps)
I tried out migrating away from AWS's X-Ray SDK for Lambda, but the Open Telemetry Lambda layer appears to add a significant amount to cold start time, which I didn't...
Hi! After a [discussion on Twitter](https://twitter.com/nikovirtala/status/1501530677031976962), I realized that the ADOT collector extension doesn't wait for data to be sent before making the next call to the Lambda Runtime API....
Could the permissions required for the builder function be scoped down from AmazonS3FullAccess?
According to the [documentation](https://aws-otel.github.io/docs/getting-started/lambda/lambda-dotnet#instrumentation) I see .net 6.0 is not supported, while AWS Lambda supports .NET 6 runtime. Could you please add layers, nuget package(s), etc. for .net6 to be...
When the inner collector (go.opentelemetry.io/collector/service) Run() call fails (likely due to a bad config file) the lambda collector wrapper would likely loose the actual error information and report just the...
This issue is created to update the JS supported versions. Lambda layers should also stop supporting these EOL versions and keep it close with the versions supported by `Otel-JS`and `Otel-JS-contrib`...
Hi 👋 I am a newbie and was just trying to send some logs to Honeycomb using the otel lambda collector. I am seeing the aforementioned error in the lambda...
Attached the OpenTelemetry Collector AWS Lambda Extension layer to my lambda and routing the traces to custom otel aggregator, Seeing now logs flowing to aggregator Able to see the traces...