Перенос изменений из master в dev-1 ветку
This commit is contained in:
@@ -28,7 +28,7 @@ class MetricsCollector:
|
||||
|
||||
# PID файлы для отслеживания процессов
|
||||
self.pid_files = {
|
||||
'voice_bot': 'voice_bot.pid',
|
||||
#'voice_bot': 'voice_bot.pid',
|
||||
'helper_bot': 'helper_bot.pid'
|
||||
}
|
||||
|
||||
|
||||
@@ -22,7 +22,7 @@ scrape_configs:
|
||||
|
||||
- job_name: 'telegram-helper-bot'
|
||||
static_configs:
|
||||
- targets: ['bots_telegram_bot:8080'] # Имя контейнера из docker-compose
|
||||
- targets: ['host.docker.internal:8080'] # Локальный бот на порту 8080
|
||||
labels:
|
||||
bot_name: 'telegram-helper-bot'
|
||||
environment: 'production'
|
||||
|
||||
Reference in New Issue
Block a user