diff --git a/packages/prometheus/prometheus.prod.yml b/packages/prometheus/prometheus.prod.yml index 5ccf7801..f9c53e9b 100644 --- a/packages/prometheus/prometheus.prod.yml +++ b/packages/prometheus/prometheus.prod.yml @@ -8,3 +8,10 @@ scrape_configs: - job_name: cadvisor static_configs: - targets: ["cadvisor:8080"] + - kuma_status: + - job_name: Kuma-Status + static_configs: + - targets: ["status.virtualairrescue.com/metrics"] + basic_auth: + username: "patrick" + password: "wVmcxAL13HKIjGoC"