Add Instrumentation for AWS Lambda handler function #828
Labels
area: instrumentation
Related to an instrumentation package
enhancement
New feature or request
instrumentation: otellambda
Background
Package Link: https://docs.aws.amazon.com/lambda/latest/dg/golang-handler.html
Support OpenTelemetry in AWS GoLang/Custom Runtime. Instrument user's handler function in AWS Lambda. Refer other language such as [Java](https://github.com/open-telemetry/opentelemetry-java-instrumentation/tree/main/instrumentation/aws-lambda-1.0), Js, [Python](https://github.com/open-telemetry/opentelemetry-lambda/tree/main/python/src/otel/otel_sdk/opentelemetry/instrumentation/aws_lambda), [.Net](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/tree/main/src/OpenTelemetry.Contrib.Instrumentation.AWSLambda).Proposed Solution
See OpenTelemetry Lambda proposal in https://github.com/open-telemetry/opentelemetry-lambda/blob/main/docs/design_proposal.md
Tracing
Metrics
Instruments
Prior Art
Tasks
Dockerfile
file to build example application.docker-compose.yml
to run example in a docker environment to demonstrate instrumentation.The text was updated successfully, but these errors were encountered: