From 144d02ddc81979ef52641169a9545935687ef3a2 Mon Sep 17 00:00:00 2001 From: Martin Chodur Date: Wed, 17 Jul 2024 23:15:31 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ec9499..400b9f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,7 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added: :tada: **Support for validation of Loki rules!** Now you can validate Loki rules as well. First two validators are: - `expressionIsValidLogQL` to check if the expression is a valid LogQL query - `logQlExpressionUsesRangeAggregation` to check if the LogQL expression uses range aggregation - - `logQlExpressionUsesFiltersFirst` t ocheck if the LogQL expression uses filters first in the query since it is more efficient + - `logQlExpressionUsesFiltersFirst` to check if the LogQL expression uses filters first in the query since it is more efficient - Added: support for alert field `keep_firing_for` - Added: support for the `query_offset` field in the rule group - Added: new validator `expressionIsValidPromQL` to check if the expression is a valid PromQL query