-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into feature/gh10767-chunks-inspect
- Loading branch information
Showing
331 changed files
with
106,967 additions
and
7,836 deletions.
There are no files selected for viewing
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
2 changes: 1 addition & 1 deletion
2
.github/vendor/github.com/grafana/loki-release/workflows/release.libsonnet
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
203 changes: 158 additions & 45 deletions
203
.github/vendor/github.com/grafana/loki-release/workflows/validate.libsonnet
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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,19 +1,48 @@ | ||
--- | ||
title: Grafana Loki documentation | ||
description: "Technical documentation for Grafana Loki" | ||
title: Grafana Loki | ||
description: Grafana Loki is a set of open source components that can be composed into a fully featured logging stack. | ||
aliases: | ||
- /docs/loki/ | ||
weight: 100 | ||
hero: | ||
title: Grafana Loki | ||
level: 1 | ||
image: /media/docs/loki/logo-grafana-loki.png | ||
width: 110 | ||
height: 110 | ||
description: Grafana Loki is a set of open source components that can be composed into a fully featured logging stack. A small index and highly compressed chunks simplifies the operation and significantly lowers the cost of Loki. | ||
cards: | ||
title_class: pt-0 lh-1 | ||
items: | ||
- title: Learn about Loki | ||
href: /docs/loki/latest/get-started/ | ||
description: Learn about the Loki architecture and components, the various deployment modes, and best practices for labels. | ||
- title: Set up Loki | ||
href: /docs/loki/latest/setup/ | ||
description: View instructions for how to configure and install Loki, migrate from previous deployments, and upgrade your Loki environment. | ||
- title: Configure Loki | ||
href: /docs/loki/latest/configure/ | ||
description: View the Loki configuration reference and configuration examples. | ||
- title: Send logs to Loki | ||
href: /docs/loki/latest/send-data/ | ||
description: Select one or more clients to use to send your logs to Loki. | ||
- title: Manage Loki | ||
href: /docs/loki/latest/operations/ | ||
description: Learn how to manage tenants, log ingestion, storage, queries, and more. | ||
- title: Query with LogQL | ||
href: /docs/loki/latest/query/ | ||
description: Inspired by PromQL, LogQL is Grafana Loki’s query language. LogQL uses labels and operators for filtering. | ||
--- | ||
|
||
# Grafana Loki documentation | ||
{{< docs/hero-simple key="hero" >}} | ||
|
||
<p align="center"> <img src="logo_and_name.png" alt="Loki Logo"> <br> | ||
--- | ||
|
||
Grafana Loki is a set of components that can be composed into a fully featured logging stack. | ||
## Overview | ||
|
||
Unlike other logging systems, Loki is built around the idea of only indexing metadata about your logs: labels (just like Prometheus labels). | ||
Unlike other logging systems, Loki is built around the idea of only indexing metadata about your logs' labels (just like Prometheus labels). | ||
Log data itself is then compressed and stored in chunks in object stores such as Amazon Simple Storage Service (S3) or Google Cloud Storage (GCS), or even locally on the filesystem. | ||
A small index and highly compressed chunks simplifies the operation and significantly lowers the cost of Loki. | ||
|
||
For more information, see the [Loki overview]({{< relref "./get-started/overview" >}}). | ||
## Explore | ||
|
||
{{< card-grid key="cards" type="simple" >}} |
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
Oops, something went wrong.