aws-otel-lambda icon indicating copy to clipboard operation
aws-otel-lambda copied to clipboard

Python layer does not have the OTEL logging integration

Open danw-mpl opened this issue 1 year ago • 0 comments

Is your feature request related to a problem? Please describe. The Python Lambda layer does not include the OTEL logging package which means that the OTEL trace and span IDs are not added to log messages.

Describe the solution you'd like Have the logging instrumentation package added to the layer.

Describe alternatives you've considered Installing the instrumentation package in our own Python requirements, but that will get messy due to version differences in the layer versus ours.

Additional context https://opentelemetry-python-contrib.readthedocs.io/en/latest/instrumentation/logging/logging.html

danw-mpl avatar Aug 13 '24 07:08 danw-mpl