mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-09 08:08:32 +00:00
Merge pull request #2520 from exiao/main
Fix title and position in docs for Arize Phoenix
This commit is contained in:
@@ -105,12 +105,12 @@
|
|||||||
"group": "Agent Monitoring & Observability",
|
"group": "Agent Monitoring & Observability",
|
||||||
"pages": [
|
"pages": [
|
||||||
"how-to/agentops-observability",
|
"how-to/agentops-observability",
|
||||||
|
"how-to/arize-phoenix-observability",
|
||||||
"how-to/langfuse-observability",
|
"how-to/langfuse-observability",
|
||||||
"how-to/langtrace-observability",
|
"how-to/langtrace-observability",
|
||||||
"how-to/mlflow-observability",
|
"how-to/mlflow-observability",
|
||||||
"how-to/openlit-observability",
|
"how-to/openlit-observability",
|
||||||
"how-to/opik-observability",
|
"how-to/opik-observability",
|
||||||
"how-to/phoenix-observability",
|
|
||||||
"how-to/portkey-observability",
|
"how-to/portkey-observability",
|
||||||
"how-to/weave-integration"
|
"how-to/weave-integration"
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
---
|
---
|
||||||
title: Agent Monitoring with Arize Phoenix
|
title: Arize Phoenix
|
||||||
description: Learn how to integrate Arize Phoenix with CrewAI via OpenTelemetry using OpenInference
|
description: Arize Phoenix integration for CrewAI with OpenTelemetry and OpenInference
|
||||||
icon: magnifying-glass-chart
|
icon: magnifying-glass-chart
|
||||||
---
|
---
|
||||||
|
|
||||||
# Integrate Arize Phoenix with CrewAI
|
# Arize Phoenix Integration
|
||||||
|
|
||||||
This guide demonstrates how to integrate **Arize Phoenix** with **CrewAI** using OpenTelemetry via the [OpenInference](https://github.com/openinference/openinference) SDK. By the end of this guide, you will be able to trace your CrewAI agents and easily debug your agents.
|
This guide demonstrates how to integrate **Arize Phoenix** with **CrewAI** using OpenTelemetry via the [OpenInference](https://github.com/openinference/openinference) SDK. By the end of this guide, you will be able to trace your CrewAI agents and easily debug your agents.
|
||||||
|
|
||||||
Reference in New Issue
Block a user