From e668dc91c97a1a14620839c17ba53818bbb37a09 Mon Sep 17 00:00:00 2001 From: Przemek Maciolek Date: Wed, 27 Oct 2021 16:22:46 +0200 Subject: [PATCH] Identation fix --- processor/cascadingfilterprocessor/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/processor/cascadingfilterprocessor/README.md b/processor/cascadingfilterprocessor/README.md index 1e609c8049a0..53719b5c948f 100644 --- a/processor/cascadingfilterprocessor/README.md +++ b/processor/cascadingfilterprocessor/README.md @@ -138,11 +138,11 @@ cascadingfilter: - name: tail-based-duration properties: min_duration: 3s - spans_per_second: 500 # <- adjust the output traffic level + spans_per_second: 500 # <- adjust the output traffic level - name: tail-based-errors properties: min_number_of_errors: 3 - spans_per_second: 500 # <- adjust the output traffic level + spans_per_second: 500 # <- adjust the output traffic level ``` ### Advanced configuration