Address PR feedback: remove use of "obvious"

Signed-off-by: Charles Korn <charles.korn@grafana.com>
pull/16716/head
Charles Korn 6 months ago
parent 70df21a680
commit 665eb3d6cb
No known key found for this signature in database
  1. 2
      docs/querying/operators.md

@ -61,7 +61,7 @@ the RHS vector. The result is propagated into the result vector with the
grouping labels becoming the output label set. Entries for which no matching
entry in the right-hand vector can be found are not part of the result.
If two float samples are matched, the behavior is obvious.
If two float samples are matched, the arithmetic operator is applied to the two input values.
If a float sample is matched with a histogram sample, the behavior follows the same
logic as between a scalar and a histogram sample (see above), i.e. `*` and `/`

Loading…
Cancel
Save