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.
How does one get metrics to emit in short lived lambdas? I never see the metrics emit but I see traces. If I don't do the force_flush I never see...
This tries to address #230 by exposing a new setting `OPENTELEMETRY_EXTENSION_LOG_LEVEL` which allows the log level to be configured.
Currently logging in the collector lambda extension is not configurable (using go's `log.Println` directly), which is drowning out most of our lambda logs. Easiest way to do IMO is simply...
Hello, Are there any technical hurdles in adding in support for provided.al2 lambda runtimes? These would be needed for lambdas written in go, where the current runtime support is recommended...
Hi all, Would it be possible to do releases in this repository? We are planning to build and create AWS lambda layers, Currently, it is a manual task to know...
### Discussed in https://github.com/open-telemetry/opentelemetry-lambda/discussions/253 Originally posted by **itaybaror** June 22, 2022 I have been trying to auto instrument my python lambda function using the following link. https://aws-otel.github.io/docs/getting-started/lambda/lambda-python However i get...
I have a Lambda function with the following signature. These APIGateway classes represent the HTTP API version of API Gateway. `public class ApiGatewayGetAllProductRequestHandler implements RequestHandler {` This causes an error...
This PR shows a fully working Lambda function based on Python sending metrics to AWS Managed Prometheus using an OTel Layer. A few comments: * As force_flush is not defined...
This Issue is created to follow up for removing the pin of protobuf once the Opentelemetry-python-contrib has a stable release, since the workaround is already merged in main branch. reference...