From d72b8701730f60712d331e08aea4f8177072c811 Mon Sep 17 00:00:00 2001 From: Andrey Date: Thu, 4 Sep 2025 08:56:41 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20=D0=BA=D0=BE=D0=BD=D1=84=D0=B8=D0=B3=D1=83=D1=80=D0=B0?= =?UTF-8?q?=D1=86=D0=B8=D1=8E=20Prometheus=20=D0=B4=D0=BB=D1=8F=20=D0=B8?= =?UTF-8?q?=D1=81=D0=BF=D0=BE=D0=BB=D1=8C=D0=B7=D0=BE=D0=B2=D0=B0=D0=BD?= =?UTF-8?q?=D0=B8=D1=8F=20=D0=B8=D0=BC=D0=B5=D0=BD=20=D0=BA=D0=BE=D0=BD?= =?UTF-8?q?=D1=82=D0=B5=D0=B9=D0=BD=D0=B5=D1=80=D0=BE=D0=B2=20Docker?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Изменить host.docker.internal на bots_server_monitor:9091 для infrastructure job - Изменить host.docker.internal на bots_telegram_bot:8080 для telegram-helper-bot job - Обновить комментарии для соответствия новой конфигурации --- 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 49959a9..cad69db 100644 --- a/infra/prometheus/prometheus.yml +++ b/infra/prometheus/prometheus.yml @@ -14,7 +14,7 @@ scrape_configs: # Job для мониторинга инфраструктуры - job_name: 'infrastructure' static_configs: - - targets: ['host.docker.internal:9091'] # Порт для метрик сервера мониторинга + - targets: ['bots_server_monitor:9091'] # Порт для метрик сервера мониторинга metrics_path: '/metrics' scrape_interval: 30s scrape_timeout: 10s