Jeremy Voss

Results 78 comments of Jeremy Voss

NOTE: A previous version of this issue wrongfully identified the docs as broken because they use "from flask import Flask". However, because those same docs use "instrument_app(app)" instead of "instrument()",...

Yes. I also just confirmed that because auto-instrumentation triggers before _any_ imports, from flask import Flask works for that as well.

Manual instrumentation formatting merged in https://github.com/open-telemetry/opentelemetry-python/pull/4166 (variation of pr mentioned in this description.

This is currently blocked. We cannot use OTEL_LOG_LEVEL, because it is [speced](https://opentelemetry.io/docs/specs/otel/configuration/sdk-environment-variables/#general-sdk-configuration) to only be the level of the internal sdk logger. We cannot use OTEL_PYTHON_LOG_LEVEL because bootstrap maps it...

Discussed in SIG and after. Fundamentally, it does not make sense to have any OTEL_X & OTEL_PYTHON_X env vars simultaneously if they do different things. So, I do not think...

I have not been able to reproduce this. Could you provide a greater list of dependency versions for the docker container. For instance: opentelemetry-instrumentation-django gunicorn Consider providing a full repro...

I've started to receive this error, too. Looking into possible solutions

It appears to only happen during exceptions at least for me.

Trying setting tempSourceUnits.