Skip to content

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.

License

Notifications You must be signed in to change notification settings

functionless/opentelemetry-lambda

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenTelemetry Lambda

A fork of OpenTelemetry-lambda, with AWS XRAY and EMF exporters packaged in, for use in eventual lambda. It is intended to be used as an extension on oltp-proxy-lambda, receiving traces and metrics and exporting them to xray and emf.

To build for eventual

GOARCH=arm64 make

This will output collector/build/collector-extension.zip. This will need to be copied to packages/@eventual/aws-runtime/otlp-proxy-lambda/collector-extension.zip in the eventual codebase to be deployed as a lambda extension.

About

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HCL 32.5%
  • Go 26.9%
  • Python 10.7%
  • Shell 8.4%
  • Java 7.8%
  • Kotlin 5.0%
  • Other 8.7%