From ad91d65766169ddabcda6ca09b8b011598499511 Mon Sep 17 00:00:00 2001 From: mubashir1osmani Date: Tue, 16 Dec 2025 23:07:32 -0500 Subject: [PATCH] add --- litellm/integrations/arize/arize_phoenix.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/litellm/integrations/arize/arize_phoenix.py b/litellm/integrations/arize/arize_phoenix.py index 2e973d12fa6..c0cd8cbf913 100644 --- a/litellm/integrations/arize/arize_phoenix.py +++ b/litellm/integrations/arize/arize_phoenix.py @@ -109,6 +109,8 @@ class ArizePhoenixLogger(OpenTelemetry): endpoint=endpoint, project_name=project_name, ) + + ## cannot suppress additional proxy server spans, removed previous methods. async def async_health_check(self):