aws / aws-lambda-python-runtime-interface-client

Apache License 2.0
255 stars 72 forks source link

Does this work with ADOT? #138

Open deeTEEcee opened 3 months ago

deeTEEcee commented 3 months ago

I have custom docker images working with python package awslambdaric but once I attempted to use one with custom otel settings, it doesn't work. The trace on the application level never shows up but I also haven't debugged this further yet.

Just curious if this is expected to work with ADOT or if one needs to use an AWS base image in that case.