From a18eb2dacd2e6f8e54d881947c136e72c2ca96a1 Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Mon, 15 Jul 2024 21:49:53 +0200 Subject: [PATCH] docs/CHANGELOG.md: typo fix: vl_streamaggr -> vm_streamaggr Thanks to @AndrewChubatiuk for the comment at https://github.com/VictoriaMetrics/VictoriaMetrics/commit/db557b86ee483a6dea726f6021afe1755737a865#r144259373 --- docs/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index a48c326d56..67a3848ee1 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -47,7 +47,7 @@ See also [LTS releases](https://docs.victoriametrics.com/lts-releases/). * `vm_streamaggr_matched_samples_total` - the number of input samples matched by the corresponding aggregation rule * `vm_streamaggr_output_samples_total` - the number of output samples produced by the corresponding aggregation rule * `vm_streamaggr_samples_lag_seconds` - [histogram](https://docs.victoriametrics.com/keyconcepts/#histogram) with the lag between the current time and the timestamp seen in the aggregated input samples -* FEATURE: [steaming aggregation](https://docs.victoriametrics.com/stream-aggregation/): add new labels to `vl_streamaggr_*` metrics: +* FEATURE: [steaming aggregation](https://docs.victoriametrics.com/stream-aggregation/): add new labels to `vm_streamaggr_*` metrics: * `name` - the name of the streaming aggregation rule, which can be configured via `name` option - see [these docs](https://docs.victoriametrics.com/stream-aggregation/#stream-aggregation-config). * `url` - `-remoteWrite.url` for the corresponding `-remoteWrite.streamAggr.config` * `path` - path to the corresponding streaming aggregation config file