github.com/badrootd/nibiru-cometbft@v0.37.5-0.20240307173500-2a75559eee9b/test/e2e/pkg/templates/prometheus-yaml.tmpl (about)

     1  global:
     2    scrape_interval: 1s
     3  
     4  scrape_configs:
     5  {{- range .Nodes }}
     6    - job_name: '{{ .Name }}'
     7      static_configs:
     8        - targets: ['localhost:{{ .PrometheusProxyPort }}']
     9  {{end}}