diff --git a/docs/docs.json b/docs/docs.json index 92abef0b1..e722c0203 100644 --- a/docs/docs.json +++ b/docs/docs.json @@ -105,12 +105,12 @@ "group": "Agent Monitoring & Observability", "pages": [ "how-to/agentops-observability", + "how-to/arize-phoenix-observability", "how-to/langfuse-observability", "how-to/langtrace-observability", "how-to/mlflow-observability", "how-to/openlit-observability", "how-to/opik-observability", - "how-to/phoenix-observability", "how-to/portkey-observability", "how-to/weave-integration" ] diff --git a/docs/how-to/phoenix-observability.mdx b/docs/how-to/arize-phoenix-observability.mdx similarity index 96% rename from docs/how-to/phoenix-observability.mdx rename to docs/how-to/arize-phoenix-observability.mdx index 0f101d1b8..4a28e846c 100644 --- a/docs/how-to/phoenix-observability.mdx +++ b/docs/how-to/arize-phoenix-observability.mdx @@ -1,10 +1,10 @@ --- -title: Agent Monitoring with Arize Phoenix -description: Learn how to integrate Arize Phoenix with CrewAI via OpenTelemetry using OpenInference +title: Arize Phoenix +description: Arize Phoenix integration for CrewAI with OpenTelemetry and OpenInference 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.