extraScrapeConfigs.yaml 251 B

123456789101112
  1. extraScrapeConfigs: |
  2. - job_name: opencost
  3. honor_labels: true
  4. scrape_interval: 1m
  5. scrape_timeout: 10s
  6. metrics_path: /metrics
  7. scheme: http
  8. dns_sd_configs:
  9. - names:
  10. - opencost.opencost
  11. type: 'A'
  12. port: 9003