将 localhost 替换为 127.0.0.1 或主机 IP, 看是否还会有这样的错误
localhost
127.0.0.1
另外查看 netstat -unltp |grep 8428 是否有监听
netstat -unltp |grep 8428
改了,还是不行
查看 8428 是否有监听,可以使用 netstat -unltp |grep 8428 查看是否有输出
8428没有被监听,安装Prometheus,即可解决问题,多谢