Commit d3927f6b authored by Brian Brazil's avatar Brian Brazil

Value is in the sample, not the labels.

parent c7b5a29b
......@@ -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