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