From 1b2222783e587bf2c1acda79a0c92c3de4aae8b9 Mon Sep 17 00:00:00 2001 From: mubashir1osmani Date: Mon, 13 Jul 2026 18:41:14 -0700 Subject: [PATCH] revert(e2e): drop docker-compose.yml changes from the arize_phoenix suite --- tests/e2e/docker-compose.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tests/e2e/docker-compose.yml b/tests/e2e/docker-compose.yml index 08770c8a67f..0cfbb5b0b66 100644 --- a/tests/e2e/docker-compose.yml +++ b/tests/e2e/docker-compose.yml @@ -10,7 +10,6 @@ configs: proxy_budget_rescheduler_max_time: 10 litellm_settings: - callbacks: ["prometheus", "datadog", "arize_phoenix"] drop_params: true num_retries: 3 request_timeout: 600 @@ -88,10 +87,6 @@ services: MISTRAL_API_KEY: ${MISTRAL_API_KEY:-} AZURE_API_BASE: ${AZURE_API_BASE:-} AZURE_API_KEY: ${AZURE_API_KEY:-} - PHOENIX_COLLECTOR_ENDPOINT: ${PHOENIX_COLLECTOR_ENDPOINT:-} - PHOENIX_API_KEY: ${PHOENIX_API_KEY:-} - PHOENIX_PROJECT_NAME: ${PHOENIX_PROJECT_NAME:-} - OTEL_INSTRUMENTATION_GENAI_CAPTURE_MESSAGE_CONTENT: span_only ports: - "4000:4000" configs: