1.docker启动pushgateway
docker run -itd --name PushGateway -p 9091:9091 prom/pushgateway
2.服务器内编写脚本监控网络并将格式转化为prometheus
2022-06-08