From c1621d6275300794ff1aa59499b310ffc823228b Mon Sep 17 00:00:00 2001 From: Mateusz Matuszkowiak Date: Thu, 13 Sep 2018 15:29:45 +0200 Subject: [PATCH] Fixed the "Reached9xxx" in summary by moving WS Change-Id: I2e04a4791f25e22fb619a818bbe9afde581a7826 Closes-Bug: PROD-23152 --- influxdb/meta/prometheus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/influxdb/meta/prometheus.yml b/influxdb/meta/prometheus.yml index 86e9f1f..d341eb4 100644 --- a/influxdb/meta/prometheus.yml +++ b/influxdb/meta/prometheus.yml @@ -56,7 +56,7 @@ server: severity: warning service: influxdb annotations: - summary: "Reached {%- endraw %}{{ influx_max_series_threshold }}%{%- raw %} of time series in the InfluxDB {{ $labels.database }} database" + summary: "Reached{%- endraw %} {{ influx_max_series_threshold }}%{%- raw %} of time series in the InfluxDB {{ $labels.database }} database" description: "The InfluxDB {{ $labels.database }} database contains {{ $value }} time series." InfluxdbSeriesMaxNumberCritical: {%- endraw %} -- 2.32.7