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):