Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-Authored-By: Małgorzata Świeca <mitorajmalgorzata@gmail.com>
  • Loading branch information
bszwarc and mmitoraj committed Dec 3, 2019
1 parent 6a649b3 commit cc0da12
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs/logging/02-01-logging.md
Expand Up @@ -9,9 +9,9 @@ This document provides an overview of the logging architecture in Kyma.
1. Container logs are stored under the `var/log` directory and its subdirectories.
2. The agent queries the [Kubernetes API Server](https://kubernetes.io/docs/reference/command-line-tools-reference/kube-apiserver/) which validates and configures data for objects such as Pods or Services.
3. The agent fetches Pod and container details. Based on that, it tails the logs.
3. The Agent enriches log data with Pod labels and sends them to the Loki server. To enable faster data processing, log data is organized in log chunks. A log chunk consists of metadata, such as labels, collected over a certain time period.
5. The Loki server processes the log data and stores it in the log store. The labels are stored in index store.
5. The user queries the logs using the following tools:
4. The Agent enriches log data with Pod labels and sends them to the Loki server. To enable faster data processing, log data is organized in log chunks. A log chunk consists of metadata, such as labels, collected over a certain time period.
5. The Loki server processes the log data and stores it in the log store. The labels are stored in the index store.
6. The user queries the logs using the following tools:

* Grafana dashboards to analyze and visualize logs.
* API clients to query log data using the [HTTP API](https://github.com/grafana/loki/blob/master/docs/api.md) for Loki.
Expand All @@ -21,4 +21,3 @@ This document provides an overview of the logging architecture in Kyma.




0 comments on commit cc0da12

Please sign in to comment.