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
Describe your environment I'm running python applications that use Pika, tensorflow and pytorch. in a kubernetes cluster, with operator version 0.94.0 and python-auto-instrumentation version 0.44b
Steps to reproduce
Just creating this instrumentation and adding the annotation to the python deployment results in the errors bellow
Not getting the failed "connection refused" errors
What is the actual behavior?
getting multiple traces of failing connection establishment
Additional context
i'm running other language instrumentations using different instrumentation definitions for java and nodejs and both of them work flawlessly, but the python one gives the previously show errors, i tried setting stuff like:
Describe your environment I'm running python applications that use Pika, tensorflow and pytorch. in a kubernetes cluster, with operator version 0.94.0 and python-auto-instrumentation version 0.44b
Steps to reproduce
Just creating this instrumentation and adding the annotation to the python deployment results in the errors bellow
What is the expected behavior?
Not getting the failed "connection refused" errors
What is the actual behavior?
getting multiple traces of failing connection establishment
Additional context
i'm running other language instrumentations using different instrumentation definitions for java and nodejs and both of them work flawlessly, but the python one gives the previously show errors, i tried setting stuff like:
OTEL_EXPORTER_OTLP_TRACES_ENDPOINT: http://python-collector.caas-infra.svc.cluster.local:4318/v1/traces OTEL_EXPORTER_OTLP_ENDPOINT: http://python-collector.caas-infra.svc.cluster.local:4318 OTEL_PYTHON_DISABLED_INSTRUMENTATIONS: "urllib3,urllib,flask,django,kafka,redis"
The text was updated successfully, but these errors were encountered: