Commit e68df974 authored by Julius Volz's avatar Julius Volz

Merge pull request #40 from brian-brazil/fix-template-example

Value is in the sample, not the labels.
parents ffde4f40 d3927f6b
......@@ -34,7 +34,7 @@ This displays a list of instances, and whether they are up:
```
{{ range query "up" }}
{{ .Labels.instance }} {{ .Labels.Value }}
{{ .Labels.instance }} {{ .Value }}
{{ end }}
```
......
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