Skip to content
Snippets Groups Projects
Commit 56db7331 authored by Dieter Plaetinck's avatar Dieter Plaetinck Committed by Tom Wilkie
Browse files

Loki is a component, not the entire stack (#146)

* Loki is a component, not the entire stack

* Loki has a capital el.
parent ea712f38
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ Compared to other log aggregation systems, Loki:
- is an especially good fit for storing [Kubernetes](https://kubernetes.io/) Pod logs. Metadata such as Pod labels is automatically scraped and indexed.
- has native support in Grafana (already in the nightly builds, will be included in Grafana 6.0).
Loki consists of 3 components:
A Loki-based logging stack consists of 3 components:
- `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.
......@@ -47,4 +47,4 @@ Your feedback is always welcome.
[kccna18-event]: https://kccna18.sched.com/event/GrXC/on-the-oss-path-to-full-observability-with-grafana-david-kaltschmidt-grafana-labs
[kccna18-slides]: https://speakerdeck.com/davkal/on-the-path-to-full-observability-with-oss-and-launch-of-loki
[kccna18-video]: https://www.youtube.com/watch?v=tpJRG_ijKe0
\ No newline at end of file
[kccna18-video]: https://www.youtube.com/watch?v=tpJRG_ijKe0
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