From 91650a32cc9cb610e08e29f0ce6aa33d0b7bb442 Mon Sep 17 00:00:00 2001 From: Jonathan Ellithorpe Date: Tue, 19 Sep 2023 09:46:29 -0700 Subject: [PATCH] Fix/clarify documentation for axn notation Signed-off-by: Jonathan Ellithorpe --- docs/configuration/unit_testing_rules.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration/unit_testing_rules.md b/docs/configuration/unit_testing_rules.md index 73d8ddd38..c583ecfda 100644 --- a/docs/configuration/unit_testing_rules.md +++ b/docs/configuration/unit_testing_rules.md @@ -80,7 +80,7 @@ series: # Read this as series starts at a, then n further samples incrementing by b. # 'a-bxn' becomes 'a a-b a-(2*b) a-(3*b) … a-(n*b)' # Read this as series starts at a, then n further samples decrementing by b (or incrementing by negative b). -# 'axn' becomes 'a a a … a' (n times) - it's a shorthand for 'a+0xn' +# 'axn' becomes 'a a a … a' (a n+1 times) - it's a shorthand for 'a+0xn' # There are special values to indicate missing and stale samples: # '_' represents a missing sample from scrape # 'stale' indicates a stale sample