Skip to content

Commit 6be6020

Browse files
authored
Merge pull request #37 from pydantic/herman/PYD-2115/migrate-brand-for-all-websites-and-repos
update brand names
2 parents 7b1be56 + 9eef67f commit 6be6020

File tree

6 files changed

+14
-28
lines changed

6 files changed

+14
-28
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Contributing to the Logfire JavaScript SDK - instructions
1+
# Contributing to the Pydantic Logfire JavaScript SDK - instructions
22

33
1. Fork and clone the repository.
44
2. Run `npm install`.

README.md

Lines changed: 8 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,16 @@
11
# Pydantic Logfire — Uncomplicated Observability — JavaScript SDK
22

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.
64

75
What sets Logfire apart:
86

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.
2414

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

examples/nextjs-client-side-instrumentation/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
# Example for a Next.js client/server distributed OTel instrumentation with Logfire
1+
# Example for a Next.js client/server distributed OTel instrumentation with Pydantic Logfire
22

3-
4-
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.
3+
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.
54

65
## Highlights
76

packages/logfire-api/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# Pydantic Logfire — Uncomplicated Observability — JavaScript SDK
22

3-
From the team behind [Pydantic](https://pydantic.dev/), **Logfire** is an observability platform built on the same belief as our
4-
open source library — 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.
54

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

3-
From the team behind [Pydantic](https://pydantic.dev/), **Logfire** is an observability platform built on the same belief as our
4-
open source library — 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.
54

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

packages/logfire/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# Pydantic Logfire — Uncomplicated Observability — JavaScript SDK
22

3-
From the team behind [Pydantic](https://pydantic.dev/), **Logfire** is an observability platform built on the same belief as our
4-
open source library — 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.
54

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

0 commit comments

Comments
 (0)