docker Prometheus 配置提示connect: connection refused
docker搭建Prometheus,配置文件prometheus.yml如下:global: scrape_interval: 60s evaluation_interval: 60sscrape_configs: - job_name: 'prometheus' static_configs: - targets: ['localhost:9090'] labels: instance: Prometheus -