mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
docs/stream-aggr: specify the relabeling order during aggregation
Signed-off-by: hagen1778 <roman@victoriametrics.com>
(cherry picked from commit 68d2cb203d
)
This commit is contained in:
parent
9d3f1ec0d0
commit
14df5af660
1 changed files with 3 additions and 0 deletions
|
@ -402,6 +402,9 @@ For example, the following config removes the `:1m_sum_samples` suffix added [to
|
|||
regex: "(.+):.+"
|
||||
```
|
||||
|
||||
`input_relabel_configs` and `output_relabel_config` is applied at the very end, after `-remoteWrite.relabelConfig`
|
||||
and scrape relabeling was applied.
|
||||
|
||||
## Aggregation outputs
|
||||
|
||||
The aggregations are calculated during the `interval` specified in the [config](#stream-aggregation-config)
|
||||
|
|
Loading…
Reference in a new issue