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 CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Contributing to the Logfire JavaScript SDK - instructions
# Contributing to the Pydantic Logfire JavaScript SDK - instructions

1. Fork and clone the repository.
2. Run `npm install`.
Expand Down
26 changes: 8 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,16 @@
# Pydantic Logfire — Uncomplicated Observability — JavaScript SDK

From the team behind [Pydantic](https://pydantic.dev/), **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.
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.

What sets Logfire apart:

- **Simple and Powerful:** Logfire's dashboard is simple relative to the power
it provides, ensuring your entire engineering team will actually use it.
- **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.
- **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).

**Feel free to report issues and ask any questions about Logfire in this
repository!**

This repository contains the JavaScript SDK for `logfire` and its documentation;
the server application for recording and displaying data is closed source.
- **Simple and Powerful:** Logfire's dashboard is simple relative to the power it provides, ensuring your entire engineering team will actually use it.
- **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.
- **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).

**Feel free to report issues and ask any questions about Logfire in this repository!**

This repository contains the JavaScript SDK for `logfire` and its documentation; the server application for recording and displaying data is closed source.

<img width="1394" alt="Logfire UI with Next.js traces" src="https://github.com/user-attachments/assets/a2a1167b-6bf7-4d6a-8d59-81cb2433c8e9" />

Expand Down
5 changes: 2 additions & 3 deletions examples/nextjs-client-side-instrumentation/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Example for a Next.js client/server distributed OTel instrumentation with Logfire
# Example for a Next.js client/server distributed OTel instrumentation with Pydantic Logfire


The example showcases how a fetch request initiated from the browser can propagate to the server and then to a third-party service, all while being instrumented with OpenTelemetry. The example uses the Logfire OTel SDK for both the client and server sides.
The example showcases how a fetch request initiated from the browser can propagate to the server and then to a third-party service, all while being instrumented with OpenTelemetry. The example uses the Pydantic Logfire OTel SDK for both the client and server sides.

## Highlights

Expand Down
3 changes: 1 addition & 2 deletions packages/logfire-api/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Pydantic Logfire — Uncomplicated Observability — JavaScript SDK

From the team behind [Pydantic](https://pydantic.dev/), **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.
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.

Check the [Github Repository README](https://github.com/pydantic/logfire-js) for more information on how to use the SDK.
3 changes: 1 addition & 2 deletions packages/logfire-cf-workers/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Pydantic Logfire — Uncomplicated Observability — JavaScript SDK

From the team behind [Pydantic](https://pydantic.dev/), **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.
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.

Check the [Github Repository README](https://github.com/pydantic/logfire-js) for more information on how to use the SDK.
3 changes: 1 addition & 2 deletions packages/logfire/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Pydantic Logfire — Uncomplicated Observability — JavaScript SDK

From the team behind [Pydantic](https://pydantic.dev/), **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.
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.

Check the [Github Repository README](https://github.com/pydantic/logfire-js) for more information on how to use the SDK.