From 1f0ba1cd08b51b8d04c98976ffda31b5a4926423 Mon Sep 17 00:00:00 2001 From: Izan Gil <66965250+SrIzan10@users.noreply.github.com> Date: Sat, 14 Mar 2026 20:15:02 +0100 Subject: [PATCH] fix(metrics): prometheus password file --- observability/prometheus.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/observability/prometheus.yml b/observability/prometheus.yml index 8341c63..0c43cf1 100644 --- a/observability/prometheus.yml +++ b/observability/prometheus.yml @@ -6,8 +6,8 @@ scrape_configs: - job_name: web metrics_path: /api/metrics basic_auth: - username: /etc/prometheus/web_username - password: /etc/prometheus/web_password + username: prometheus + password_file: /etc/prometheus/web_password static_configs: - targets: - hctv:3000 @@ -15,8 +15,8 @@ scrape_configs: - job_name: chat metrics_path: /metrics basic_auth: - username: ${METRICS_USER} - password: ${METRICS_PASS} + username: prometheus + password_file: /etc/prometheus/web_password static_configs: - targets: - chat:8000