mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
docs/stream-aggregation.md: typo fixes
This commit is contained in:
parent
b912a45220
commit
d0e6541f35
1 changed files with 2 additions and 2 deletions
|
@ -52,7 +52,7 @@ This behaviour can be changed via the following command-line flags:
|
|||
|
||||
By default, all the input samples are aggregated. Sometimes it is needed to de-duplicate samples for the same [time series](https://docs.victoriametrics.com/keyconcepts/#time-series)
|
||||
before the aggregation. For example, if the samples are received from replicated sources.
|
||||
The [de-duplication](https://docs.victoriametrics.com/#deduplication) can be enabled via the following options:
|
||||
In this case the [de-duplication](https://docs.victoriametrics.com/#deduplication) can be enabled via the following options:
|
||||
|
||||
- `-remoteWrite.streamAggr.dedupInterval` command-line flag at [vmagent](https://docs.victoriametrics.com/vmagent.html).
|
||||
This flag can be specified individually per each `-remoteWrite.url`.
|
||||
|
@ -386,7 +386,7 @@ Output metric names for stream aggregation are constructed according to the foll
|
|||
Both input and output metric names can be modified if needed via relabeling according to [these docs](#relabeling).
|
||||
|
||||
It is possible to leave the original metric name after the aggregation by specifying `keep_metric_names: true` option at [stream aggregation config](#stream-aggregation-config).
|
||||
The `keep_metric_names` option can be used only if only a single output is set in [`outputs` list](#aggregation-outputs).
|
||||
The `keep_metric_names` option can be used if only a single output is set in [`outputs` list](#aggregation-outputs).
|
||||
|
||||
## Relabeling
|
||||
|
||||
|
|
Loading…
Reference in a new issue