diff --git a/stacks/litellm/conf/config.yaml b/stacks/litellm/conf/config.yaml index 41d5513..517abf6 100644 --- a/stacks/litellm/conf/config.yaml +++ b/stacks/litellm/conf/config.yaml @@ -334,9 +334,8 @@ litellm_settings: # File mounted at /app/strip_empty_tools.py; reference is module.instance, # resolved relative to this config's directory. callbacks: ["strip_empty_tools.strip_empty_tools_instance"] - # --- Langfuse trace export (live 2026-06-05). Full prompt/completion + - # reasoning + tok-derivable latency traces ship to the Langfuse stack on - # ana-docker (project "gateway"). Keys + host in .env. The gateway and - # every consumer stay pointed here — this callback is the whole upgrade. --- - success_callback: ["langfuse"] - failure_callback: ["langfuse"] + # Langfuse trace export RETIRED 2026-06-20 (operator). Its ClickHouse member spewed + # ~94 GB of unrotated logs and filled ana-docker's disk; the trace UI was redundant + # with LiteLLM's native spend_logs (store_prompts_in_spend_logs: true → full + # prompts/responses/tokens/cost at :4000/ui). Gateway observability stays fully + # native. Re-add success_callback/failure_callback here if Langfuse ever returns.