From 45db48e82aeded84086dffe6909e3d72fb62de80 Mon Sep 17 00:00:00 2001 From: PxlLoewe <72106766+PxlLoewe@users.noreply.github.com> Date: Sun, 29 Jun 2025 03:01:42 -0700 Subject: [PATCH] kuma added to prometheus --- packages/prometheus/prometheus.prod.yml | 7 +++++++ 1 file changed, 7 insertions(+) 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"