Abhishek Rao

Results 1 comments of Abhishek Rao
trafficstars

Workaround that seems to help is to set `OTEL_PYTHON_DISABLED_INSTRUMENTATIONS` env var so the auto-instrumentation does not pick them up. ``` OTEL_PYTHON_DISABLED_INSTRUMENTATIONS=pinecone_client,qdrant_client,mistralai,haystack-ai,chromadb,llama-index,crewai,lancedb,openai,langchain,milvus,aleph_alpha_client,google_generativeai,weaviate_client,marqo,cohere,replicate,groq,ibm-watson-machine-learning,together,google_cloud_aiplatform ``` And the order of operations is to initialize...