Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/garysassano/cdk-aws-lambda-otel-code-instrumentation

CDK app that demonstrates OpenTelemetry code-based instrumentation in AWS Lambda using several runtimes. Includes a forwarder that sends telemetry data via OTLP to any OTel-compatible vendor
https://github.com/garysassano/cdk-aws-lambda-otel-code-instrumentation

aws aws-cdk aws-lambda cargo-lambda cdk faas function-as-a-service lambda lambda-instrumentation node-lambda opentelemetry otel otel-instrumentation python-lambda rust-lambda serverless

Last synced: about 1 month ago
JSON representation

CDK app that demonstrates OpenTelemetry code-based instrumentation in AWS Lambda using several runtimes. Includes a forwarder that sends telemetry data via OTLP to any OTel-compatible vendor

Awesome Lists containing this project

README

        

# cdk-aws-lambda-otel-code-instrumentation

CDK app that demonstrates OpenTelemetry [code-based instrumentation](https://opentelemetry.io/docs/concepts/instrumentation/code-based/) in AWS Lambda using several runtimes. Includes a forwarder that sends telemetry data via OTLP to any OTel-compatible vendor.

This project reimplements [serverless-otlp-forwarder](https://github.com/dev7a/serverless-otlp-forwarder) (originally built with AWS SAM) using AWS CDK with some tweaks.

## Application Diagram

![Application Diagram](./src/assets/app-diagram.svg)