mirror of https://github.com/prometheus/prometheus
consoles: Remove federation example.
Now that federation is a 1st class feature, there's no reason to keep this around.pull/1145/head
parent
b0aa877868
commit
c3adc9a393
|
@ -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