From 01cf7e79f83aca771a80df7c1e25bebb4c947edb Mon Sep 17 00:00:00 2001 From: manu Date: Mon, 7 Jun 2021 10:38:05 +0200 Subject: [PATCH] fixed typo (levels -> labels) --- docs/sources/overview/comparisons.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/overview/comparisons.md b/docs/sources/overview/comparisons.md index 74bd2305f00e..54338b92fbdc 100644 --- a/docs/sources/overview/comparisons.md +++ b/docs/sources/overview/comparisons.md @@ -38,7 +38,7 @@ The way Loki represents logs by a set of label pairs is similar to how [Prometheus](https://prometheus.io) represents metrics. When deployed in an environment alongside Prometheus, logs from Promtail usually have the same labels as your applications metrics thanks to using the same service -discovery mechanisms. Having logs and metrics with the same levels enables users +discovery mechanisms. Having logs and metrics with the same labels enables users to seamlessly context switch between metrics and logs, helping with root cause analysis.