|
1 | 1 | # Pydantic Logfire — Uncomplicated Observability — JavaScript SDK |
2 | 2 |
|
3 | | -From the team behind [Pydantic](https://pydantic.dev/), **Logfire** is an |
4 | | -observability platform built on the same belief as our open source library — |
5 | | -that the most powerful tools can be easy to use. |
| 3 | +From the team behind [Pydantic Validation](https://pydantic.dev/), **Pydantic Logfire** is an observability platform built on the same belief as our open source library — that the most powerful tools can be easy to use. |
6 | 4 |
|
7 | 5 | What sets Logfire apart: |
8 | 6 |
|
9 | | -- **Simple and Powerful:** Logfire's dashboard is simple relative to the power |
10 | | - it provides, ensuring your entire engineering team will actually use it. |
11 | | -- **SQL:** Query your data using standard SQL — all the control and (for many) |
12 | | - nothing new to learn. Using SQL also means you can query your data with |
13 | | - existing BI tools and database querying libraries. |
14 | | -- **OpenTelemetry:** Logfire is an opinionated wrapper around OpenTelemetry, |
15 | | - allowing you to leverage existing tooling, infrastructure, and instrumentation |
16 | | - for many common packages, and enabling support for virtually any language. We |
17 | | - offer full support for all OpenTelemetry signals (traces, metrics, and logs). |
18 | | - |
19 | | -**Feel free to report issues and ask any questions about Logfire in this |
20 | | -repository!** |
21 | | - |
22 | | -This repository contains the JavaScript SDK for `logfire` and its documentation; |
23 | | -the server application for recording and displaying data is closed source. |
| 7 | +- **Simple and Powerful:** Logfire's dashboard is simple relative to the power it provides, ensuring your entire engineering team will actually use it. |
| 8 | +- **SQL:** Query your data using standard SQL — all the control and (for many) nothing new to learn. Using SQL also means you can query your data with existing BI tools and database querying libraries. |
| 9 | +- **OpenTelemetry:** Logfire is an opinionated wrapper around OpenTelemetry, allowing you to leverage existing tooling, infrastructure, and instrumentation for many common packages, and enabling support for virtually any language. We offer full support for all OpenTelemetry signals (traces, metrics, and logs). |
| 10 | + |
| 11 | +**Feel free to report issues and ask any questions about Logfire in this repository!** |
| 12 | + |
| 13 | +This repository contains the JavaScript SDK for `logfire` and its documentation; the server application for recording and displaying data is closed source. |
24 | 14 |
|
25 | 15 | <img width="1394" alt="Logfire UI with Next.js traces" src="https://github.com/user-attachments/assets/a2a1167b-6bf7-4d6a-8d59-81cb2433c8e9" /> |
26 | 16 |
|
|
0 commit comments