mirror of
https://github.com/prometheus/prometheus.git
synced 2026-05-28 04:02:21 -04:00
Clarify expected behaviour of on(__name__)
See https://github.com/prometheus/prometheus/issues/16631 Signed-off-by: Charles Korn <charles.korn@grafana.com>
This commit is contained in:
parent
0c6ef1b23c
commit
5926159f2a
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ corresponding element from the output vector, flagged by an info-level
|
|||
annotation.
|
||||
|
||||
**In any arithmetic binary operation involving vectors**, the metric name is
|
||||
dropped.
|
||||
dropped unless it is explicitly mentioned in `on`.
|
||||
|
||||
### Trigonometric binary operators
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue