xwgao
xwgao
And I also found the following error messages from the pod log of my deployment. ``` [2023-12-08 06:58:08 +0000] [57] [ERROR] Exception in worker process Traceback (most recent call last):...
@halkony I've changed my post fork handler as below, but still got the same error. ``` import uptrace from opentelemetry.instrumentation.django import DjangoInstrumentor def post_fork(server, worker): from opentelemetry.instrumentation.auto_instrumentation import sitecustomize server.log.info("Worker...
@smoke Many thanks to your help! I tried with your code, and I found the warning messages from my gunicorn server pod log as below. Is this working as expected?...
@smoke I want to send traces / metrics to my OTEL collector (the endpoint is http://otel-collector-headless:4317), rather than console nor Uptrace. How can I set the env vars? Thanks a...
[auto-instrumentation-python]Having issue with auto-instrumentation python of OpenTelemetry operator
@TylerHelmuth Is there any way to ignore or bypass this error using the operator? Thanks.
[auto-instrumentation-python]Having issue with auto-instrumentation python of OpenTelemetry operator
@TylerHelmuth I added the env var `OTEL_PYTHON_DISABLED_INSTRUMENTATIONS` (value: `sqlite3`) into my deployment, then after the pod restarted, the error was gone. But I still can not find any trace (span)...
[auto-instrumentation-python]Having issue with auto-instrumentation python of OpenTelemetry operator
I resolved the `sqlite3` error and opened another github issue https://github.com/open-telemetry/opentelemetry-python/issues/3573. Can any one help on this? Thanks a lot.
But the DN name specified in the proxy ca certificate is redis-enterprise-0.redis-enterprise.{NAMESPACE}.svc.cluster.local. If DNS enabled, and using the address DB_NAME.NAMESPACE.svc.cluster.local, would get the following error message: ``` Host: redis-enterprise-0.redis.svc.cluster.local. is...
@Badrmoh I've already imported the `sitecustomize`, my code is as below. But still got the same result. I also tried removing the other lines from `post_fork` (only reserve the first...
@Badrmoh Is there any update? Thanks a lot.