aws-otel-lambda
aws-otel-lambda copied to clipboard
Python layer does not have the OTEL logging integration
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