The Problem
Known conflicts arise when multiple observability solutions use the same OpenInference instrumentation.Common Conflict Scenarios
This issue can occur when using Atla alongside:- Langfuse (with their OpenInference setup)
- Weights & Biases (when using their OpenInference instrumentation)
- Other tools using
openinference.instrumentation.*
packages for instrumentation
Affected Instrumentations
The following Atla instrumentations are built on OpenInference and can conflict: LLM Providers:- Anthropic
- OpenAI
- Bedrock
- Google GenAI
- Agno
- SmolAgents
- CrewAI
- LangChain
- OpenAI Agents
- MCP (Model Context Protocol)
For Langfuse Users
Switch to Langfuse’s OpenLIT instrumentation, which is their current recommended approach and avoids conflicts with Atla.Old Langfuse Setup (causes conflicts)
New Langfuse Setup (recommended)
For Other Observability Solutions
If you’re using other observability solutions that conflict with Atla:- Check if your tool has an alternative instrumentation method that doesn’t use OpenInference
- Use only one observability solution for the same frameworks/LLM providers
- Configure different instrumentation scopes if your tool supports it
Need Help?
If you’re still experiencing conflicts:- Join our Discord for quick support
- Schedule a call to walk through your specific setup
- Check your observability tool’s documentation for their recommended instrumentation approach