From 913f4c2f50928e130ed821a5e6d8522acb0689da Mon Sep 17 00:00:00 2001 From: Zirko <64951262+QuantumEnigmaa@users.noreply.github.com> Date: Mon, 9 Dec 2024 14:10:31 +0100 Subject: [PATCH 1/2] increase time to trigger promtailrequestserrors alert (#1453) * increase time to trigger promtailrequestserrors alert * changelog --- CHANGELOG.md | 4 ++++ .../platform/atlas/alerting-rules/promtail.rules.yml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 782ec8aa..140d421a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Changed + +- Increase time to trigger `PromtailRequestsErrors` alert from 15 to 25m. + ## [4.28.0] - 2024-12-02 ### Added diff --git a/helm/prometheus-rules/templates/platform/atlas/alerting-rules/promtail.rules.yml b/helm/prometheus-rules/templates/platform/atlas/alerting-rules/promtail.rules.yml index 422a9c9b..7069c486 100644 --- a/helm/prometheus-rules/templates/platform/atlas/alerting-rules/promtail.rules.yml +++ b/helm/prometheus-rules/templates/platform/atlas/alerting-rules/promtail.rules.yml @@ -38,7 +38,7 @@ spec: opsrecipe: promtail/ expr: | 100 * (sum(rate(promtail_request_duration_seconds_count{status_code!~"2.."}[5m])) by (cluster_id, installation, provider, pipeline, namespace, job, route, instance) / sum(rate(promtail_request_duration_seconds_count[5m])) by (cluster_id, installation, provider, pipeline, namespace, job, route, instance)) > 10 - for: 15m + for: 25m labels: area: platform severity: page From b6664306613ddc768dbeb9061a9459328c0bc528 Mon Sep 17 00:00:00 2001 From: Taylor Bot Date: Mon, 9 Dec 2024 22:26:23 +0900 Subject: [PATCH 2/2] Release v4.29.0 (#1454) --- CHANGELOG.md | 5 ++++- helm/prometheus-rules/Chart.yaml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 140d421a..3e54912b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [4.29.0] - 2024-12-09 + ### Changed - Increase time to trigger `PromtailRequestsErrors` alert from 15 to 25m. @@ -3303,7 +3305,8 @@ Fix `PromtailRequestsErrors` alerts as promtail retries after some backoff so ac - Add existing rules from https://github.com/giantswarm/prometheus-meta-operator/pull/637/commits/bc6a26759eb955de92b41ed5eb33fa37980660f2 -[Unreleased]: https://github.com/giantswarm/prometheus-rules/compare/v4.28.0...HEAD +[Unreleased]: https://github.com/giantswarm/prometheus-rules/compare/v4.29.0...HEAD +[4.29.0]: https://github.com/giantswarm/prometheus-rules/compare/v4.28.0...v4.29.0 [4.28.0]: https://github.com/giantswarm/prometheus-rules/compare/v4.27.0...v4.28.0 [4.27.0]: https://github.com/giantswarm/prometheus-rules/compare/v4.26.2...v4.27.0 [4.26.2]: https://github.com/giantswarm/prometheus-rules/compare/v4.26.1...v4.26.2 diff --git a/helm/prometheus-rules/Chart.yaml b/helm/prometheus-rules/Chart.yaml index bce88b57..078811b7 100644 --- a/helm/prometheus-rules/Chart.yaml +++ b/helm/prometheus-rules/Chart.yaml @@ -5,7 +5,7 @@ home: https://github.com/giantswarm/prometheus-rules icon: https://s.giantswarm.io/app-icons/1/png/default-app-light.png name: prometheus-rules appVersion: '0.1.0' -version: '4.28.0' +version: '4.29.0' annotations: application.giantswarm.io/team: "atlas" config.giantswarm.io/version: 1.x.x