mirror of https://github.com/prometheus/prometheus
Fabian Reinartz
9 years ago
1 changed files with 0 additions and 3 deletions
@ -1,3 +0,0 @@
|
||||
{{/* Adjust the query below to select the samples to expose. */}} |
||||
{{ range query "{__name__=~'^job:.*'}" }} |
||||
{{ .Labels.__name__ }}{{ "{" }}{{ range $k, $v := .Labels }}{{ if ne "__name__" $k }}{{ $k }}="{{ $v | reReplaceAll "([\\\\\"])" "\\$1" | reReplaceAll "\n" "\\n"| safeHtml }}",{{ end }}{{ end }}{{ "}" }} {{ print .Value | safeHtml }}{{ end }} |
Loading…
Reference in new issue