Commit 3e13e409 authored by Julius Volz's avatar Julius Volz Committed by Brian Brazil

Fix $.labels -> $labels in blog post (#834)

parent e19b66cf
...@@ -64,7 +64,7 @@ groups: ...@@ -64,7 +64,7 @@ groups:
labels: labels:
severity: critical severity: critical
annotations: annotations:
description: "stuff's happening with {{ $.labels.service }}" description: "stuff's happening with {{ $labels.service }}"
``` ```
The rules in each group are executed sequentially and you can have an evaluation interval per group. The rules in each group are executed sequentially and you can have an evaluation interval per group.
...@@ -73,4 +73,4 @@ As this change is breaking, we are going to release it with the 2.0 release and ...@@ -73,4 +73,4 @@ As this change is breaking, we are going to release it with the 2.0 release and
The converted files have the `.yml` suffix appended and the `rule_files` clause in your Prometheus configuration has to be adapted. The converted files have the `.yml` suffix appended and the `rule_files` clause in your Prometheus configuration has to be adapted.
Help us moving towards the Prometheus 2.0 stable release by testing this new alpha version! You can report bugs on our [issue tracker](https://github.com/prometheus/prometheus/issues) and provide general feedback via our [community channels](https://prometheus.io/community/). Help us moving towards the Prometheus 2.0 stable release by testing this new alpha version! You can report bugs on our [issue tracker](https://github.com/prometheus/prometheus/issues) and provide general feedback via our [community channels](https://prometheus.io/community/).
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment