github.com/braveheart12/insolar-09-08-19@v0.8.7/scripts/prom/server.yml.tmpl (about) 1 global: 2 scrape_interval: 10s 3 scrape_timeout: 2s 4 5 scrape_configs: 6 {{ range $key, $value := .Jobs }} 7 - job_name: {{ $key }} 8 static_configs: 9 - targets: 10 {{- range $value }} 11 - "{{ . }}" 12 {{- end }} 13 {{ end }}