Skip to content

Commit

Permalink
[release-2.9.x] Add note about use of object storage (#11456)
Browse files Browse the repository at this point in the history
Backport 7c4882a from #11443

---

PR #9031 from @Alex3k has gone quite stale as the topic has been revised
since it was submitted.

This PR attempts to get at least part of Alex's update into the
documentation so that we can close his original PR.

Co-authored-by: J Stickler <[email protected]>
  • Loading branch information
grafanabot and JStickler authored Dec 12, 2023
1 parent 2535f9b commit 0f45321
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/sources/get-started/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,9 @@ Multi-tenancy is [configured]({{< relref "../operations/multi-tenancy" >}}) by a

- **Third-party integrations** - Several third-party agents (clients) have support for Loki, via plugins. This lets you keep your existing observability setup while also shipping logs to Loki.

- **Efficient storage** - Loki stores log data in highly compressed chunks.
- **Efficient storage** - Loki stores log data in highly compressed chunks.
Similarly, the Loki index, because it indexes only the set of labels, is significantly smaller than other log aggregation tools.
By leveraging object storage as the only data storage mechanism, Loki inherits the reliability and stability of the underlying object store. It also capitalizes on both the cost efficiency and operational simplicity of object storage over other storage mechanisms like locally attached solid state drives (SSD) and hard disk drives (HDD).
The compressed chunks, smaller index, and use of low-cost object storage, make Loki less expensive to operate.

- **LogQL, Loki's query language** - [LogQL]({{< relref "../query" >}}) is the query language for Loki. Users who are already familiar with the Prometheus query language, [PromQL](https://prometheus.io/docs/prometheus/latest/querying/basics/), will find LogQL familiar and flexible for generating queries against the logs.
Expand Down

0 comments on commit 0f45321

Please sign in to comment.