You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
This issue is stale because it has been open 90 days with no activity. If you want to keep this issue open, please just leave a comment below and auto-close will be canceled
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
The text was updated successfully, but these errors were encountered: