f8eda1c333
Langfuse's ClickHouse member spewed ~94 GB of unrotated logs and filled ana-docker's root disk (took the fleet host to 100%, 28/48 containers unhealthy). Its trace UI was redundant with LiteLLM's native logging — store_prompts_in_spend_logs:true already captures full prompts/responses/tokens/cost/latency at :4000/ui — and nothing used its unique trace-grouping/eval features (it only received flat gateway success_callbacks). Removed the callbacks (gateway observability stays fully native) and tore down the 6-container langfuse stack + volumes on ana-docker. Re-add the callbacks if it returns.