diff --git a/odiglet/pkg/instrumentation/instrumentlang/python.go b/odiglet/pkg/instrumentation/instrumentlang/python.go index 2c0ee3c98c..91ac0f5424 100644 --- a/odiglet/pkg/instrumentation/instrumentlang/python.go +++ b/odiglet/pkg/instrumentation/instrumentlang/python.go @@ -23,7 +23,7 @@ func Python(deviceId string) *v1beta1.ContainerAllocateResponse { return &v1beta1.ContainerAllocateResponse{ Envs: map[string]string{ envLogCorrelation: "true", - envPythonPath: "/var/odigos/python/opentelemetry/instrumentation/auto_instrumentation:/odigos/python", + envPythonPath: "/var/odigos/python/opentelemetry/instrumentation/auto_instrumentation:/var/odigos/python", "OTEL_EXPORTER_OTLP_ENDPOINT": otlpEndpoint, "OTEL_RESOURCE_ATTRIBUTES": fmt.Sprintf("service.name=%s,odigos.device=python", deviceId), envOtelTracesExporter: envValOtelHttpExporter,