From 69625aa8a146b2fccd47dad7c41dd68c497e899b Mon Sep 17 00:00:00 2001 From: hagen1778 Date: Mon, 1 Jul 2024 13:51:20 +0200 Subject: [PATCH] docs: mark `without` optional in stream aggr docs Signed-off-by: hagen1778 (cherry picked from commit f8eea0f2c95d0a64257c6b3a32ca15290c9a7da5) --- docs/stream-aggregation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/stream-aggregation.md b/docs/stream-aggregation.md index 96d64fe6de..b8adb18ede 100644 --- a/docs/stream-aggregation.md +++ b/docs/stream-aggregation.md @@ -973,7 +973,7 @@ specified individually per each `-remoteWrite.url`: # without is an optional list of labels, which must be removed from the output aggregation. # See https://docs.victoriametrics.com/stream-aggregation/#aggregating-by-labels # - without: [instance] + # without: [instance] # by is an optional list of labels, which must be preserved in the output aggregation. # See https://docs.victoriametrics.com/stream-aggregation/#aggregating-by-labels