prometheus.yml 729 B

12345678910111213141516171819202122232425262728
  1. scrape_configs:
  2. - job_name: "prometheus"
  3. static_configs:
  4. - targets: ["localhost:9090"]
  5. - job_name: "node_exporter"
  6. static_configs:
  7. - targets: ["localhost:9100"]
  8. - job_name: "wireguard"
  9. static_configs:
  10. - targets: ["localhost:9586"]
  11. - job_name: "dendrite"
  12. static_configs:
  13. - targets: ["localhost:1213"]
  14. - job_name: "pushgateway"
  15. static_configs:
  16. - targets: ["localhost:9190"]
  17. - job_name: "process_exporter"
  18. static_configs:
  19. - targets: ["localhost:9256"]
  20. - job_name: "podman_exporter"
  21. static_configs:
  22. - targets: ["localhost:9882"]
  23. - job_name: "custom_exporter"
  24. static_configs:
  25. - targets: ["monitoring.apiote.xyz"]
  26. metrics_path: "cm"
  27. scheme: https