mirror of
https://github.com/prometheus/prometheus.git
synced 2026-05-28 04:02:21 -04:00
Address PR feedback: adjust docs to match current behaviour
Signed-off-by: Charles Korn <charles.korn@grafana.com>
This commit is contained in:
parent
665eb3d6cb
commit
1977452331
1 changed files with 2 additions and 1 deletions
|
|
@ -75,7 +75,8 @@ corresponding element from the output vector, flagged by an info-level
|
|||
annotation.
|
||||
|
||||
**In any arithmetic binary operation involving vectors**, the metric name is
|
||||
dropped unless it is explicitly mentioned in `on`.
|
||||
dropped. This occurs even if `__name__` is explicitly mentioned in `on`
|
||||
(see https://github.com/prometheus/prometheus/issues/16631 for further discussion).
|
||||
|
||||
### Trigonometric binary operators
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue