prometheus_config.yaml 239 B

123456789
  1. scrape_configs:
  2. - job_name: p2w_attest
  3. scrape_interval: 5s
  4. static_configs:
  5. - targets: ["p2w-attest:3000"]
  6. - job_name: price_service
  7. scrape_interval: 5s
  8. static_configs:
  9. - targets: ["pyth-price-service:8081"]