kolanos / aws-otel-lambda

AWS Distro for OpenTelemetry - AWS Lambda

Home Page:https://aws-otel.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AWS managed OpenTelemetry Lambda Layers

As a downstream Repo of opentelemetry-lambda, aws-otel-lambda publishes AWS managed OpenTelemetry Lambda layers that are preconfigured for use with AWS services and bundle the reduced AWS Collector. Users can onboard to OpenTelemetry in their existing Lambda functions by adding these ready-made layers directly.

Sample Apps

We provide SAM and Terraform sample applications for AWS managed OpenTelemetry Lambda layers. You can play with these samples by the following:

  1. Install AWS Cli, AWS SAM, Terraform, and configure AWS credentials correctly.

  2. Checkout the current Repo by

    git clone --recurse-submodules https://github.com/aws-observability/aws-otel-lambda.git
    
  3. Go to the language folder, such as python, java, run

    ./build.sh
    
  4. Go to a sample application folder, such as sample-apps/aws-sdk/deploy/wrapper/.

  5. Deploy sample application by,

    For Terraform sample application

    terraform init
    terraform apply -auto-approve
    

To Deploy SAM sample application, navigate to sample-apps/python-aws-sdk-aiohttp-sam/ and run. ./run.sh

Security

See CONTRIBUTING for more information.

License

This project is licensed under the Apache-2.0 License.

About

AWS Distro for OpenTelemetry - AWS Lambda

https://aws-otel.github.io/

License:Apache License 2.0


Languages

Language:HCL 66.9%Language:Shell 12.8%Language:Python 12.7%Language:JavaScript 2.0%Language:Java 1.9%Language:Kotlin 1.8%Language:TypeScript 1.6%Language:Dockerfile 0.2%