From 4825585834f10f60f55a64a05a03a682f031ab91 Mon Sep 17 00:00:00 2001 From: beorn7 Date: Fri, 28 Jun 2019 17:37:49 +0200 Subject: [PATCH] Tweak tenses Signed-off-by: beorn7 --- documentation/prometheus-mixin/alerts.libsonnet | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/documentation/prometheus-mixin/alerts.libsonnet b/documentation/prometheus-mixin/alerts.libsonnet index 1d2b68d62a..06c5274579 100644 --- a/documentation/prometheus-mixin/alerts.libsonnet +++ b/documentation/prometheus-mixin/alerts.libsonnet @@ -56,7 +56,7 @@ severity: 'warning', }, annotations: { - summary: 'Prometheus encounters more than 1% errors sending alerts to a specific Alertmanager.', + summary: 'Prometheus has encountered more than 1% errors sending alerts to a specific Alertmanager.', description: '{{ printf "%%.1f" $value }}%% errors while sending alerts from Prometheus %(prometheusName)s to Alertmanager {{$labels.alertmanager}}.' % $._config, }, }, @@ -162,7 +162,7 @@ severity: 'warning', }, annotations: { - summary: 'Prometheus drops samples with duplicate timestamps.', + summary: 'Prometheus is dropping samples with duplicate timestamps.', description: 'Prometheus %(prometheusName)s is dropping {{$value | humanize}} samples/s with different values but duplicated timestamp.' % $._config, }, }, @@ -235,7 +235,7 @@ severity: 'critical', }, annotations: { - summary: 'Prometheus fails to evaluate rules.', + summary: 'Prometheus is failing rule evaluations.', description: 'Prometheus %(prometheusName)s has failed to evaluate {{ printf "%%.0f" $value }} rules in the last 5m.' % $._config, }, }, @@ -249,7 +249,7 @@ severity: 'warning', }, annotations: { - summary: 'Prometheus misses rule evaluations due to slow rule group evaluation.', + summary: 'Prometheus is missing rule evaluations due to slow rule group evaluation.', description: 'Prometheus %(prometheusName)s has missed {{ printf "%%.0f" $value }} rule group evaluations in the last 5m.' % $._config, }, },