-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename files to not have numeric prefixes (#39)
- Loading branch information
Showing
20 changed files
with
36 additions
and
36 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
* **[Sampling](01_sampling.md):** Discard some traces or spans to manage data storage and analysis efficiently, including setting up the `trace_sample_rate`. | ||
* **[Scrubbing](02_scrubbing.md):** Automatically redact sensitive information from your logs and spans using customizable patterns and callbacks. | ||
* **[Testing](03_testing.md):** Verify your application's logging and span tracking with Logfire's testing utilities, ensuring accurate data capture and observability. | ||
* **[Backfill](04_backfill.md):** Recover lost data and bulk load historical data into Logfire with the `logfire backfill` command, ensuring data continuity. | ||
* **[Creating Write Tokens](05_creating_write_tokens.md):** Generate and manage multiple write tokens for different services. | ||
* **[Direct Database Connections](06_direct_database_connections.md):** Set up read-only credentials for direct database queries, facilitating custom analyses and integrations with third-party SQL and dashboarding tools. | ||
* **[Sampling](sampling.md):** Discard some traces or spans to manage data storage and analysis efficiently, including setting up the `trace_sample_rate`. | ||
* **[Scrubbing](scrubbing.md):** Automatically redact sensitive information from your logs and spans using customizable patterns and callbacks. | ||
* **[Testing](testing.md):** Verify your application's logging and span tracking with Logfire's testing utilities, ensuring accurate data capture and observability. | ||
* **[Backfill](backfill.md):** Recover lost data and bulk load historical data into Logfire with the `logfire backfill` command, ensuring data continuity. | ||
* **[Creating Write Tokens](creating_write_tokens.md):** Generate and manage multiple write tokens for different services. | ||
* **[Direct Database Connections](direct_database_connections.md):** Set up read-only credentials for direct database queries, facilitating custom analyses and integrations with third-party SQL and dashboarding tools. |
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
* **[Live](01_live.md):** View your logs as nested traces, and use SQL filters to browse live or historical data. | ||
* **[Dashboards](02_dashboards.md):** Build dashboards to visualize your traces and metrics. | ||
* **[Alerts](03_alerts.md):** Set up alerts triggered by events related to your traces and metrics. | ||
* **[Explore](04_explore.md):** Run arbitrary SQL queries against your traces and metrics, and export the results. | ||
* **[Live](live.md):** View your logs as nested traces, and use SQL filters to browse live or historical data. | ||
* **[Dashboards](dashboards.md):** Build dashboards to visualize your traces and metrics. | ||
* **[Alerts](alerts.md):** Set up alerts triggered by events related to your traces and metrics. | ||
* **[Explore](explore.md):** Run arbitrary SQL queries against your traces and metrics, and export the results. | ||
|
||
[//]: # ( * Create and using database credentials for direct connection) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters