普罗米修斯

master
shenzhuan 2 years ago
parent 06213708da
commit 95b0d4a92a

@ -13,7 +13,7 @@ func PrometheusBoot(port int) {
go func() { go func() {
err := http.ListenAndServe("0.0.0.0"+strconv.Itoa(port), nil) err := http.ListenAndServe("0.0.0.0"+strconv.Itoa(port), nil)
if err != nil { if err != nil {
log.Fatal("启动普罗米修斯失败!") log.Fatal("启动普罗米修斯失败!", err)
} }
log.Println("启动普罗米修斯监控成功! 端口:" + strconv.Itoa(port)) log.Println("启动普罗米修斯监控成功! 端口:" + strconv.Itoa(port))
}() }()

Loading…
Cancel
Save