diff --git a/prometheus/config-map.yaml b/prometheus/config-map.yaml index 8ae770f..1f0444f 100644 --- a/prometheus/config-map.yaml +++ b/prometheus/config-map.yaml @@ -53,7 +53,7 @@ data: severity: critical annotations: summary: Prometheus target missing (instance {{ $labels.instance }}) - description: "A Prometheus target has disappeared. An exporter might be crashed.\n VALUE = {{ $value }}\n LABELS = {{ $labels }}" + description: "A Prometheus target has disappeared. \n Job: {{ $labels.job }}\n App: {{ $labels.app }}\n Pod: {{ $labels.pod }}\n Node: {{ $labels.node }}\n Namespace: {{ $labels.namespace }}" - name: PrometheusConfigurationReloadFailure rules: - alert: PrometheusConfigurationReloadFailure