opentelemetry-lambda icon indicating copy to clipboard operation
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.

Results 188 opentelemetry-lambda issues
Sort by recently updated
recently updated
newest added

Bumps the go_modules group with 1 update in the /collector directory: [github.com/rs/cors](https://github.com/rs/cors). Bumps the go_modules group with 1 update in the /collector/lambdacomponents directory: [github.com/rs/cors](https://github.com/rs/cors). Updates `github.com/rs/cors` from 1.10.1 to 1.11.0...

dependencies
go

Bumps the collector-other group with 24 updates in the /collector directory: | Package | From | To | | --- | --- | --- | | [github.com/open-telemetry/opentelemetry-collector-contrib/confmap/provider/s3provider](https://github.com/open-telemetry/opentelemetry-collector-contrib) | `0.102.0` |...

dependencies
go

Bumps the opentelemetry-deps-collector group with 22 updates in the /collector directory: | Package | From | To | | --- | --- | --- | | [github.com/open-telemetry/opentelemetry-collector-contrib/confmap/provider/s3provider](https://github.com/open-telemetry/opentelemetry-collector-contrib) | `0.102.0` |...

dependencies
go

Bumps the nodejs-other group with 23 updates in the /nodejs directory: | Package | From | To | | --- | --- | --- | | [aws-sdk](https://github.com/aws/aws-sdk-js) | `2.1632.0` |...

dependencies
javascript

Bumps the nodejs-other group with 23 updates in the /nodejs directory: | Package | From | To | | --- | --- | --- | | [aws-sdk](https://github.com/aws/aws-sdk-js) | `2.1632.0` |...

dependencies
javascript

Bumps the opentelemetry-deps-nodejs group with 18 updates in the /nodejs directory: | Package | From | To | | --- | --- | --- | | [@opentelemetry/exporter-trace-otlp-proto](https://github.com/open-telemetry/opentelemetry-js) | `0.51.1` |...

dependencies
javascript

Bumps the java-other group with 4 updates in the /java directory: [io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha](https://github.com/open-telemetry/opentelemetry-java-instrumentation), software.amazon.awssdk:bom, [com.amazonaws:aws-lambda-java-events](https://github.com/aws/aws-lambda-java-libs) and [io.opentelemetry.javaagent:opentelemetry-javaagent](https://github.com/open-telemetry/opentelemetry-java-instrumentation). Updates `io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha` from 2.4.0-alpha to 2.5.0-alpha Release notes Sourced from io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha's releases. Version 2.4.0...

dependencies
java

Bumps the java-other group with 4 updates in the /java directory: [io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha](https://github.com/open-telemetry/opentelemetry-java-instrumentation), software.amazon.awssdk:bom, [com.amazonaws:aws-lambda-java-events](https://github.com/aws/aws-lambda-java-libs) and [io.opentelemetry.javaagent:opentelemetry-javaagent](https://github.com/open-telemetry/opentelemetry-java-instrumentation). Updates `io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha` from 2.4.0-alpha to 2.5.0-alpha Release notes Sourced from io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha's releases. Version 2.4.0...

dependencies
java

**Describe the bug** I am experiencing a deadline exceed issue on the DataDog exporter, as evidenced by the logs. This issue results in failed export attempts and subsequent retries. **Steps...

bug

## Motivation Telemetry API can provide function and extension log. It is better to forward logs so as to provide more observability. ## Changes - Changed `Subscribe` function so it...

go