mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-10 15:44:05 -08:00
Merge pull request #1145 from prometheus/feder
consoles: Remove federation example.
This commit is contained in:
commit
3e48226e7b
|
@ -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 a new issue