{{ define "content" }}

The set of metrics published by this process.

{{ range . }} {{ if .Metrics }}
{{ if eq .Type "GAUGE" "COUNTER" "UNTYPED" }} {{ range .Metrics }} {{ end }} {{ else }} {{ range .Metrics }} {{ end }} {{ end }}
Labels Value
{{ range $k, $v := .Labels }} {{$k}} : {{$v}}
{{ end }}
{{.Value}}
Labels Count Sum
{{ range $k, $v := .Labels }} {{$k}} : {{$v}}
{{ end }}
{{.Count}} {{.Sum}}
{{ end }} {{ end }} {{ template "last-refresh" .}} {{ end }}