wpessers

Results 34 comments of wpessers

Hi @DivMode, in general this looks good to me. Thank you for your effort. I notice you've also made some changes to the MeterProvider config, but didn't mention the reasoning...

@serkan-ozal we also need to consider, this is a breaking change. Because, if current nodejs layer users are already using the `OTEL_NODE_ENABLED_INSTRUMENTATIONS`, they are most likely not adding `aws-sdk` and...

Good point on the customization of the propagation @serkan-ozal , I think it should be possible by customizing the lambda instrumentation `eventContextExtractor`: https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/instrumentation-aws-lambda#aws-lambda-instrumentation-options In the nodejs layer we offer the...