我的服务器上正在运行 airflow 实例。docker
中正在运行 statsd-exporter。
但是curl localhost:<binded_port>/metrics
返回curl: (56) Recv failure: Connection reset by peer
。
并且curl <host_ip>:<binded_port>/metrics
返回curl: (28) Failed to connect to <ip> port <port> after 7137 ms: Connection timed out
。
就在昨天它还运行正常。
docker logs <statsd_container>
返回带有 的精细日志accepting prometheus requests addr=:9102
。Docker run 命令包含-p <binded_port>:9102
。在其他服务器上使用此命令后,指标可在curl localhost:<binded_port>/metrics