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