Swap direction in "The label identifier is always on the right side of the operation." sentence (#7631)

pull/5400/head^2
Ursula Kallio 3 years ago committed by GitHub
parent 8e38ebb2b7
commit 83d0f1c05a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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.

Loading…
Cancel
Save