From 6977b26676b4f0430fed394dd21b80e3c0262d6d Mon Sep 17 00:00:00 2001 From: Stefan Langeder Date: Tue, 1 Jun 2021 20:37:48 +0200 Subject: [PATCH] Fixed misleading Metric Log Filters code example Changed statistic from "Minimum" to "Sum" so that the alarm is triggered as explained when the log contains a line with the pattern "exception Bar". --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8c3edf5..89bf56d 100644 --- a/README.md +++ b/README.md @@ -277,7 +277,7 @@ custom: barExceptions: metric: barExceptions threshold: 0 - statistic: Minimum + statistic: Sum period: 60 evaluationPeriods: 1 comparisonOperator: GreaterThanThreshold