File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
# OpenTelemetry Lambda
2
- ![ GitHub Java Workflow Status] ( https://img.shields.io/github/workflow/status/open-telemetry/opentelemetry-lambda/Continuous%20Build%20(Java)/main? label=CI%20%28Java%29&style=for-the-badge )
3
- ![ GitHub Collector Workflow Status] ( https://img.shields.io/github/workflow/status/open-telemetry/opentelemetry-lambda/Continuous%20Build%20(Collector)/main? label=CI%20%28Collector%29&style=for-the-badge )
4
- ![ GitHub NodeJS Workflow Status] ( https://img.shields.io/github/workflow/status/open-telemetry/opentelemetry-lambda/Continuous%20Build%20(NodeJS)/main? label=CI%20%28NodeJS%29&style=for-the-badge )
5
- ![ GitHub Terraform Lint Workflow Status] ( https://img.shields.io/github/workflow/status/open-telemetry/opentelemetry-lambda/Continuous%20Build%20(Terraform)/main? label=CI%20%28Terraform%20Lint%29&style=for-the-badge )
6
- ![ GitHub Python Pull Request Workflow Status] ( https://img.shields.io/github/workflow/status/open-telemetry/opentelemetry-lambda/Pull%20Request%20(Python)/main? label=Pull%20Request%20%28Python%29&style=for-the-badge )
2
+ ![ GitHub Java Workflow Status] ( https://img.shields.io/github/actions/ workflow/status/open-telemetry/opentelemetry-lambda/ci-java.yml?branch%3Amain& label=CI%20%28Java%29&style=for-the-badge )
3
+ ![ GitHub Collector Workflow Status] ( https://img.shields.io/github/actions/ workflow/status/open-telemetry/opentelemetry-lambda/ci-collector.yml?branch%3Amain& label=CI%20%28Collector%29&style=for-the-badge )
4
+ ![ GitHub NodeJS Workflow Status] ( https://img.shields.io/github/actions/ workflow/status/open-telemetry/opentelemetry-lambda/ci-nodejs.yml?branch%3Amain& label=CI%20%28NodeJS%29&style=for-the-badge )
5
+ ![ GitHub Terraform Lint Workflow Status] ( https://img.shields.io/github/actions/ workflow/status/open-telemetry/opentelemetry-lambda/ci-terraform.yml?branch%3Amain& label=CI%20%28Terraform%20Lint%29&style=for-the-badge )
6
+ ![ GitHub Python Pull Request Workflow Status] ( https://img.shields.io/github/actions/ workflow/status/open-telemetry/opentelemetry-lambda/pr-python.yml?branch%3Amain& label=Pull%20Request%20%28Python%29&style=for-the-badge )
7
7
8
8
## OpenTelemetry Lambda Layers
9
9
The OpenTelemetry Lambda Layers provide the OpenTelemetry (OTel) code to export telemetry asynchronously from AWS Lambdas. It does this by embedding a stripped-down version of [ OpenTelemetry Collector Contrib] ( https://github.com/open-telemetry/opentelemetry-collector-contrib ) inside an [ AWS Lambda Extension Layer] ( https://aws.amazon.com/blogs/compute/introducing-aws-lambda-extensions-in-preview/ ) .
You can’t perform that action at this time.
0 commit comments