Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/enterprise.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 three enterprise offerings:
In addition to the [Team and Growth plans](https://pydantic.dev/pricing), Pydantic Logfire has three enterprise offerings:

- **Enterprise Cloud**: Fully managed, SLA-backed service
- **Enterprise Dedicated**: Fully managed, single-tenant deployment on isolated infrastructure — see the [Enterprise Dedicated](enterprise-single-tenant.md) page for details
Expand Down
14 changes: 2 additions & 12 deletions docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?

Expand Down
5 changes: 3 additions & 2 deletions docs/logfire-costs.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <a href="https://pydantic.dev/pricing" target="_blank">pricing calculator</a>.
* **Paid rate:** anything above the allowance is billed at **$2 per million**. See our <a href="https://pydantic.dev/pricing" target="_blank">pricing calculator</a>.
* 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.
Expand Down Expand Up @@ -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
Expand Down
Loading