github.com/braveheart12/insolar-09-08-19@v0.8.7/scripts/prom/server.yml (about)

     1  global:
     2    # evaluation_interval: 1m
     3    scrape_interval: 10s
     4    scrape_timeout: 2s
     5  
     6  scrape_configs:
     7  - job_name: insolard
     8  ## default = /metrics
     9  # metrics_path:
    10    static_configs:
    11    - targets:
    12      - "localhost:8001"
    13      - "localhost:8002"
    14      - "localhost:8003"
    15      - "localhost:8004"
    16      - "localhost:8005"