Langfuse
Open-source LLM tracing, prompt management and evals. MIT core with no seat or usage caps when self-hosted, cloud from $29 a month. Acquired by ClickHouse in January 2026.
Overview
Three things get bolted together badly in most first agent deployments: where the traces go, where the prompts live and how anyone knows whether a change actually helped. All three sit in one MIT-licensed codebase here. Instrument with the Python or TypeScript SDK, or point an existing OpenTelemetry exporter at the endpoint, and every trace, observation and score lands in ClickHouse where the dashboards query it. Prompts get versions and labels and are fetched through a client-side cache, so a prompt lookup does not add latency to the hot path.
Evaluation runs in both directions. Offline, you build a dataset and run experiments against it to catch regressions before a prompt change ships. Online, LLM-as-judge scorers and human annotation queues attach scores to real production traces, which is usually the only way to discover that retrieval quality quietly degraded when someone rebuilt the index. Scores are first-class data rather than a bolt-on, so cost, latency and quality appear on the same timeline. The v4 release of 17 August 2026 added full-text search across observation inputs and outputs, deterministic Python and TypeScript checks on live observations, and threshold alerts that fire into Slack, webhooks or GitHub Actions.
Licensing deserves precision. As of June 2025 every product feature is MIT, including the ones competitors normally gate behind a paid tier. Only SCIM, extended audit logging and data retention policies live in clearly marked /ee directories that need a commercial key, and the core works without them. Cloud starts free at 50k units a month and tops out at $2,499 for enterprise. ClickHouse acquired the company on 16 January 2026 as part of a $400M Series D that tripled its valuation to $15B, with a public commitment that the roadmap, the licence and self-hosting all continue unchanged. Worth watching. Not yet worth worrying about.
Key Features
- ✓ OpenTelemetry-compatible SDKs for Python and TypeScript, plus native integrations for LangChain, LlamaIndex and the OpenAI and Anthropic clients
- ✓ Prompt management with versioning, labels and a client-side cache so prompt fetches stay out of the request path
- ✓ LLM-as-judge and custom evaluators that score live production traces, not only offline datasets
- ✓ Datasets and experiments for regression testing a prompt or model change before it ships
- ✓ Annotation queues that route selected traces to human reviewers against defined score schemas
- ✓ Self-hosting on Kubernetes or Docker Compose over Postgres, ClickHouse, Redis and S3-compatible storage
Where it holds
- • MIT covers the entire product surface (tracing, evals, prompt management, playground, annotation), so the self-hosted build is not a crippled tier
- • Traces stay in your own ClickHouse when self-hosted, which decides the question for teams under mainland China or EU-only data rules
- • Framework-agnostic with an OTel ingestion path, so switching orchestration libraries does not mean rewriting instrumentation
- • Unlimited users on the $29 Core plan, unusual in a category that mostly meters seats
Where it breaks
- • Self-hosting v4 needs ClickHouse 25.12 or newer alongside Postgres, Redis 7 and object storage. Four stateful services, and ClickHouse at real span volume is genuine operations work
- • Billing counts every observation and score as a unit, so an agent making 40 tool calls per session burns quota far faster than the trace count implies
- • SCIM, extended audit logging and data retention policies sit behind a commercial EE key even on self-hosted deployments
- • Now owned by ClickHouse. The open-source commitment has held so far, but the commercial incentive to steer users onto managed ClickHouse is obvious
My Take
The June 2025 licence change put tracing, evals, prompt management and the playground under one permissive MIT umbrella, which is why this is the default answer when a team wants observability without shipping traces to a US vendor. ClickHouse bought the company on 16 January 2026 and has not touched the roadmap since; v4 went GA on 17 August 2026 with cloud going v4-only in November. The catch is operational. Self-hosting v4 wants ClickHouse 25.12+, Postgres, Redis and an S3 bucket, so budget a data engineer rather than a docker-compose afternoon.
Quick Info
- Pricing:
- open-source
- Openness:
- Open source
- Licence:
- MIT (core product); commercial EE licence for SCIM, extended audit logs and retention policies
- Starting at:
- Self-hosting is free under MIT with no seat, retention or volume caps. Cloud: Hobby free (50k units a month, 2 users), Core $29/month (100k units, unlimited users, 90-day data access), Pro $199/month (3-year retention, SOC 2 and ISO 27001 reports), Enterprise $2,499/month (SCIM, audit logs, dedicated engineer). Overage is graduated from $8 per 100k units down to $6 per 100k above 50M. A billable unit is any tracing data point: a trace, an observation or a score. Discounts run to 50% off year one for early-stage startups and $300/month in credits for open-source projects.
- Added:
- Aug 2026
- Updated:
- Aug 2026
Use Cases
Judge it on your own work
The notes above say where Langfuse holds and where it breaks. The fastest check is your own workload.
Visit website ↗Alternatives to Langfuse
Arize Phoenix
open-sourceSelf-hosted LLM tracing and evals built on OpenTelemetry. Free and uncapped under Elastic License 2.0, source-available rather than OSI open source. Runs in a notebook or on Kubernetes.
Braintrust
freemiumEval-first observability for agents: datasets, scorers and experiments in one loop. Unlimited seats on every tier, Pro at $249 a month flat. SaaS only unless you buy Enterprise.
Weights & Biases
freemiumExperiment tracking and model registry for ML training, plus Weave for tracing and evaluating production LLM agents. CoreWeave-owned since May 2025.
Promptfoo
freemiumOpen source CLI for LLM evaluation and red teaming. Generates adversarial cases against your prompt templates and agents, runs them in CI, reports vulnerabilities. MIT licensed.