Skip to content

Commit

Permalink
Add missing $ to variable. (prometheus#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
pwcorbett authored and Bob Shannon committed May 24, 2018
1 parent 47a49a0 commit f2212bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sls/prometheus/files/deployment/configuration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ default_conf:
severity: p1
annotations:
description: "{{`The Sink installed on {{ $labels.host }} has stopped ingesting {{ $labels.input }} metrics. This indicates that metrics agents have stopped sending telemetry, or that the Sink is in an unhealthy state.`}}"
summary: "{{`Sink not ingesting {{ labels.input }} metrics`}}"
summary: "{{`Sink not ingesting {{ $labels.input }} metrics`}}"
# Alert if the sink stops emitting telemetry.
- alert: SinkNoData
expr: absent(haruspex_sink_metrics_processed:count) == 1
Expand Down

0 comments on commit f2212bf

Please sign in to comment.