From 83d0f1c05ac238d1d31f578f1091cfbffa347808 Mon Sep 17 00:00:00 2001 From: Ursula Kallio Date: Tue, 8 Nov 2022 16:25:49 +0100 Subject: [PATCH] Swap direction in "The label identifier is always on the right side of the operation." sentence (#7631) --- docs/sources/logql/log_queries.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/logql/log_queries.md b/docs/sources/logql/log_queries.md index 16692f29a0..9be98cf3b2 100644 --- a/docs/sources/logql/log_queries.md +++ b/docs/sources/logql/log_queries.md @@ -199,7 +199,7 @@ Label filter expression allows filtering log line using their original and extra A predicate contains a **label identifier**, an **operation** and a **value** to compare the label with. -For example with `cluster="namespace"` the cluster is the label identifier, the operation is `=` and the value is "namespace". The label identifier is always on the right side of the operation. +For example with `cluster="namespace"` the cluster is the label identifier, the operation is `=` and the value is "namespace". The label identifier is always on the left side of the operation. We support multiple **value** types which are automatically inferred from the query input.