Skip to content
Snippets Groups Projects
Unverified Commit f6c483e2 authored by Tom Wilkie's avatar Tom Wilkie Committed by GitHub
Browse files

Clarify what we mean by 'like Prometheus, but for logs'. (#149)


* Clarify what we mean by 'like Prometheus, but for logs'.

Signed-off-by: default avatarTom Wilkie <tom.wilkie@gmail.com>

* Typos.

Signed-off-by: default avatarTom Wilkie <tom.wilkie@gmail.com>
parent 0f6981a1
No related branches found
No related tags found
No related merge requests found
......@@ -17,10 +17,13 @@ Compared to other log aggregation systems, Loki:
A Loki-based logging stack consists of 3 components:
- `promtail` is the agent, responsible for gathering logs and sending them to Loki.
- `loki` is the main server, responsible for storing logs and processing queries.
- `promtail` is the agent, responsible for gathering logs and sending them to loki.
- [Grafana](https://github.com/grafana/grafana) for the UI.
Loki is like Prometheus, but for logs: we prefer a multidimensional label-based approach to indexing, and want a single-binary, easy to operate system with no dependencies.
Loki differs from Prometheus by focussing on logs instead of metrics, and deliverying logs via push, instead of pull.
## Getting started
For instructions on getting started with Loki, see [our getting started docs](./production/README.md).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment