opentelemetry-lambda
opentelemetry-lambda copied to clipboard
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.
Fixes #1382 (Based on https://github.com/open-telemetry/sig-security/blob/main/CONTRIBUTING.md)
The purpose of the PR is to automate the Lambda Layer Collector build and release process by extracting version information from dependency files for the `LDFLAGS` in `go build` and...
**Describe the bug** The OpenTelemetry Lambda layer docs say to use the `debug` exporter: https://opentelemetry.io/docs/faas/lambda-collector/ However, the collector layer ships with the deprecated `logging` exporter, not the current `debug` exporter:...
**Describe the bug** Trying to use `awsxray` exporter as in the example [here](https://opentelemetry.io/docs/faas/lambda-collector/) fails with: ``` * error decoding 'exporters': unknown type: "awsxray" for id: "awsxray" (valid values: [logging otlp...
Bumps [@opentelemetry/instrumentation](https://github.com/open-telemetry/opentelemetry-js) from 0.51.1 to 0.52.0. Release notes Sourced from @opentelemetry/instrumentation's releases. experimental/v0.52.0 0.52.0 :boom: Breaking Change feat(exporter--otlp-)!: move serialization for Node.js exporters to @opentelemetry/otlp-transformer #4542 @pichlermarc Breaking changes: (user-facing)...
Bumps [@opentelemetry/instrumentation-dns](https://github.com/open-telemetry/opentelemetry-js-contrib) from 0.36.1 to 0.37.0. Release notes Sourced from @opentelemetry/instrumentation-dns's releases. instrumentation-net: v0.37.0 0.37.0 (2024-06-06) Features update otel core dependencies (#2257) (71c15d5) instrumentation-memcached: v0.37.0 0.37.0 (2024-06-06) Features update otel...
Bumps [@opentelemetry/instrumentation-aws-lambda](https://github.com/open-telemetry/opentelemetry-js-contrib) from 0.41.1 to 0.42.0. Release notes Sourced from @opentelemetry/instrumentation-aws-lambda's releases. instrumentation-pg: v0.42.0 0.42.0 (2024-06-06) Features update otel core dependencies (#2257) (71c15d5) Performance Improvements instrumentation-pg: do not split query...
This PR removes [deprecated configprovider](https://pkg.go.dev/go.opentelemetry.io/collector/otelcol#CollectorSettings) in collector settings. Tested using sample app : ``` | 2024-04-26T05:26:26.786Z | INIT_START Runtime Version: dotnet:6.v32 Runtime Version ARN: arn:aws:lambda:us-west-2::runtime:c24600438361538bf221f123d3d95263abe4b0950bd08bbb373a224ee1bfdcd7 -- | -- | -- ...
# Motivation The current implementation of the Telemetry API receiver only generates init spans. However, it can easily be extended to create - spans for the entire function invocation -...
**Describe the bug** `README.md` links to a Contributing Guide over at https://github.com/open-telemetry/opentelemetry-lambda/blob/main/CONTRIBUTING.md, whic is missing **Steps to reproduce** Click on the `Contributing Guide` link in the readme: https://github.com/open-telemetry/opentelemetry-lambda/blob/10cc2ef61b9ac618ee7793496e61811d03c06e68/README.md?plain=1#L104 **What did...