Files
var-monorepo/packages/prometheus/prometheus.prod.yml
PxlLoewe 7c76870cf2 fix
2025-06-29 03:02:46 -07:00

17 lines
390 B
YAML

global:
scrape_interval: 40s
scrape_configs:
- job_name: core-server
static_configs:
- targets: ["core-server:3000"]
- job_name: cadvisor
static_configs:
- targets: ["cadvisor:8080"]
- job_name: Kuma-Status
static_configs:
- targets: ["status.virtualairrescue.com/metrics"]
basic_auth:
username: "patrick"
password: "wVmcxAL13HKIjGoC"