mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-12-15 16:30:55 +01:00
docs: clarify numeric label values for label_value
(#3129)
https://github.com/VictoriaMetrics/VictoriaMetrics/issues/3114 Signed-off-by: hagen1778 <roman@victoriametrics.com> Signed-off-by: hagen1778 <roman@victoriametrics.com>
This commit is contained in:
parent
322e5006d2
commit
b8c4c36b89
@ -806,7 +806,9 @@ sum by (__name__) (
|
|||||||
|
|
||||||
#### label_value
|
#### label_value
|
||||||
|
|
||||||
`label_value(q, "label")` returns number values for the given `label` for every time series returned by `q`. For example, if `label_value(foo, "bar")` is applied to `foo{bar="1.234"}`, then it will return a time series `foo{bar="1.234"}` with `1.234` value.
|
`label_value(q, "label")` returns numeric values for the given `label` for every time series returned by `q`.
|
||||||
|
For example, if `label_value(foo, "bar")` is applied to `foo{bar="1.234"}`, then it will return a time series
|
||||||
|
`foo{bar="1.234"}` with `1.234` value. Function will return no data for non-numeric label values.
|
||||||
|
|
||||||
### Aggregate functions
|
### Aggregate functions
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user