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.