派生自 ruleprocess
labelFilter/ruleForLabel.go @@ -314,7 +314,7 @@ func pushData(urls []*protomsg.PushUrl, data structure.ResultMsg) { for _, url := range urls { logger.Debug("看看推送地址:",url.Url) Push(url.Url, data) Push("tcp://"+url.Url, data) } }