mirror of
https://github.com/prometheus/prometheus.git
synced 2024-12-25 05:34:05 -08:00
consoles: Remove federation example.
Now that federation is a 1st class feature, there's no reason to keep this around.
This commit is contained in:
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 a new issue