Update phoenix-observability.mdx

This commit is contained in:
exiao
2025-03-27 13:22:33 -04:00
committed by GitHub
parent 06950921e9
commit b6c32b014c

View File

@@ -50,7 +50,7 @@ os.environ["SERPER_API_KEY"] = SERPER_API_KEY
### Step 3: Initialize OpenTelemetry with Phoenix
Initialize the OpenInference OpenTelemetry instrumentation SDK to start capturing traces and send them to Phoenix.
Initialize the OpenInference OpenTelemetry instrumentation SDK to start capturing traces and send them to Phoenix.
```python
from phoenix.otel import register
@@ -137,6 +137,8 @@ Log into your Phoenix Cloud account and navigate to the project you specified in
- Arize Phoenix >= 7.0.1
- OpenTelemetry SDK >= 1.31.0
### References
- [Phoenix Documentation](https://docs.arize.com/phoenix/) - Overview of the Phoenix platform.
- [CrewAI Documentation](https://docs.crewai.com/) - Overview of the CrewAI framework.
- [OpenTelemetry Docs](https://opentelemetry.io/docs/) - OpenTelemetry guide