global: scrape_interval: 15s evaluation_interval: 15s rule_files: # - "first_rules.yml" # - "second_rules.yml" scrape_configs: - job_name: 'telegram-bot' static_configs: - targets: ['telegram-bot:8000'] metrics_path: '/metrics' scrape_interval: 10s scrape_timeout: 10s honor_labels: true - job_name: 'prometheus' static_configs: - targets: ['localhost:9090'] alerting: alertmanagers: - static_configs: - targets: # - alertmanager:9093