git » chasquid » next » tree

[next] / test / t-23-prometheus / prometheus.yml

# Prometheus configuration file for testing chasquid metrics.

global:
  # Reduce intervals to speed up the tests.
  scrape_interval: 100ms
  scrape_timeout: 100ms
  evaluation_interval: 100ms

scrape_configs:
  - job_name: 'chasquid'
    static_configs:
      - targets: ['localhost:1099']