From 7d08575512143bfd3d3043bfd4a712b2da6931fb Mon Sep 17 00:00:00 2001 From: Andrey Date: Thu, 4 Sep 2025 09:00:22 +0300 Subject: [PATCH] Update Prometheus configuration to use container name for telegram-helper-bot target --- infra/prometheus/prometheus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/prometheus/prometheus.yml b/infra/prometheus/prometheus.yml index cad69db..5952a1c 100644 --- a/infra/prometheus/prometheus.yml +++ b/infra/prometheus/prometheus.yml @@ -22,7 +22,7 @@ scrape_configs: - job_name: 'telegram-helper-bot' static_configs: - - targets: ['host.docker.internal:8080'] # Локальный бот на порту 8080 + - targets: ['bots_telegram_bot:8080'] # Локальный бот на порту 8080 labels: bot_name: 'telegram-helper-bot' environment: 'production'