From ec40affb59b7717daf8b112c2da2b0dd96e8dbe4 Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Tue, 19 Oct 2021 08:53:03 +0300 Subject: [PATCH] deployment/docker/alerts.yml: formatting fixes after 865a60f13e1d101386b89a40406e24cd8cf235dd --- deployment/docker/alerts.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/deployment/docker/alerts.yml b/deployment/docker/alerts.yml index 631c3d4791..6c4b188df8 100644 --- a/deployment/docker/alerts.yml +++ b/deployment/docker/alerts.yml @@ -268,9 +268,9 @@ groups: annotations: dashboard: "http://localhost:3000/d/G7Z9GzMGz?viewPanel=88&var-instance={{ $labels.instance }}" summary: "Instance {{ $labels.instance }} reached 90% of the limit" - description: "Max series limit set via -remoteWrite.maxHourlySeries flag is close to reaching the max value - then samples for new time series will be dropped instead of sending them to remote storage systems." - + description: "Max series limit set via -remoteWrite.maxHourlySeries flag is close to reaching the max value. + Then samples for new time series will be dropped instead of sending them to remote storage systems." + - alert: SeriesLimitDayReached expr: (vmagent_daily_series_limit_current_series / vmagent_daily_series_limit_max_series) > 0.9 labels: @@ -278,5 +278,5 @@ groups: annotations: dashboard: "http://localhost:3000/d/G7Z9GzMGz?viewPanel=90&var-instance={{ $labels.instance }}" summary: "Instance {{ $labels.instance }} reached 90% of the limit" - description: "Max series limit set via -remoteWrite.maxDailySeries flag is close to reaching the max value - then samples for new time series will be dropped instead of sending them to remote storage systems." + description: "Max series limit set via -remoteWrite.maxDailySeries flag is close to reaching the max value. + Then samples for new time series will be dropped instead of sending them to remote storage systems."