12345678910111213141516171819202122232425262728 |
- scrape_configs:
- - job_name: "prometheus"
- static_configs:
- - targets: ["localhost:9090"]
- - job_name: "node_exporter"
- static_configs:
- - targets: ["localhost:9100"]
- - job_name: "wireguard"
- static_configs:
- - targets: ["localhost:9586"]
- - job_name: "dendrite"
- static_configs:
- - targets: ["localhost:1213"]
- - job_name: "pushgateway"
- static_configs:
- - targets: ["localhost:9190"]
- - job_name: "process_exporter"
- static_configs:
- - targets: ["localhost:9256"]
- - job_name: "podman_exporter"
- static_configs:
- - targets: ["localhost:9882"]
- - job_name: "custom_exporter"
- static_configs:
- - targets: ["monitoring.apiote.xyz"]
- metrics_path: "cm"
- scheme: https
|