From a4df4c6db3f02b8efa95060f3901248985d92f7f Mon Sep 17 00:00:00 2001 From: Viicos <65306057+Viicos@users.noreply.github.com> Date: Fri, 6 Mar 2026 16:10:36 +0100 Subject: [PATCH] Update documentation about plans --- docs/enterprise.md | 2 +- docs/faq.md | 14 ++------------ docs/logfire-costs.md | 5 +++-- 3 files changed, 6 insertions(+), 15 deletions(-) diff --git a/docs/enterprise.md b/docs/enterprise.md index 0f7c76f79..61a03c48a 100644 --- a/docs/enterprise.md +++ b/docs/enterprise.md @@ -6,7 +6,7 @@ description: "The Logfire Enterprise Plan includes custom SSO, guaranteed SLAs, ## Overview -In addition to the [Pro plan](https://pydantic.dev/pricing), Pydantic Logfire has two enterprise offerings: +In addition to the [Team and Growth plans](https://pydantic.dev/pricing), Pydantic Logfire has two enterprise offerings: - **Enterprise Cloud**: Fully managed, SLA-backed service - **Enterprise Self-Hosted**: On-premises deployment via Kubernetes diff --git a/docs/faq.md b/docs/faq.md index 11f5c1f1e..52adeda97 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -176,18 +176,8 @@ Contact our sales team to discuss your requirements. ### Q: What does Logfire cost? -**Logfire Cloud (Pro tier):** - -- Free tier: 10 million spans per month -- Beyond free tier: $2 per million spans -- No per-host pricing. You pay for data, not infrastructure. - -This pricing scales predictably. We process billions of spans per month for production AI workloads. Scale your load without worrying about your bill. - -**Enterprise (Cloud or Self-Hosted):** -Contact sales for pricing on enterprise features including self-hosting, SSO, custom retention, and dedicated support. - -[Understanding your usage](logfire-costs.md) +Logfire offers two different plans (Team and Growth) as well as Enterprise (cloud or self-hosted) contracts. Refer to the +[pricing page](https://pydantic.dev/pricing) and [Understanding your usage](logfire-costs.md) for more details. ### Q: Is Logfire enterprise-ready? diff --git a/docs/logfire-costs.md b/docs/logfire-costs.md index 689d275c1..43acddf3a 100644 --- a/docs/logfire-costs.md +++ b/docs/logfire-costs.md @@ -5,7 +5,7 @@ * **What we meter:** every span, log **or** metric you ship. If you're not sure what those are, check out our [concepts page](concepts.md) * **Free allowance**: Your org's first **10 million** units (equivalent to $20 of usage) each calendar month are free. -* **Pro rate:** anything above the allowance is billed at **$2 per million**. See our pricing calculator. +* **Paid rate:** anything above the allowance is billed at **$2 per million**. See our pricing calculator. * We average payload size over time; anything over the generous **5 KB per span/metric** budget might trigger a polite email, never a surprise fee. * No hosts, seats, or projects are metered - just what you send. @@ -79,7 +79,8 @@ tuning is via [sampling](how-to-guides/sampling.md). ## Export data via API for longer retention -Data older than **30 days** is pruned (except for customers on our [enterprise plans](enterprise.md)). +Unless you are under the [Growth or Enterprise plan](https://pydantic.dev/pricing), +data older than **30 days** is pruned. If you need longer retention we recommend writing to both Logfire and a long-term storage such as AWS S3. We have a [guide on how to back up data to S3](how-to-guides/otel-collector/otel-collector-overview.md#back-up-data-in-aws-s3). You can also use the Query API which allows you to run SQL queries