From 34e437708a55d52062e530b42d2714e5b052137d Mon Sep 17 00:00:00 2001 From: evan Date: Mon, 14 Sep 2026 23:08:07 -0700 Subject: [PATCH] add smee2 to prometheus.yml --- prometheus/prometheus.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/prometheus/prometheus.yml b/prometheus/prometheus.yml index 99e55c1e4..cad3ac252 100644 --- a/prometheus/prometheus.yml +++ b/prometheus/prometheus.yml @@ -30,3 +30,6 @@ scrape_configs: - job_name: 'goderpad' static_configs: - targets: ['goderpad-backend:7778'] + - job_name: 'smee2' + static_configs: + - targets: ['smee2:5000']