update changelog (#552)

master
yubo 4 years ago committed by GitHub
parent 8fe3457e0a
commit afa95f79cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -76,3 +76,9 @@
升级方法:
- 替换n9e-monapi n9e-prober n9e-agent 二进制
3.5.2
升级内容:
- prober模板支持匿名结构体结构体嵌套
- prober插件添加了对TLS的支持
- 修复prober上报没有port的问题

@ -144,7 +144,7 @@ func (p *CollectRuleCache) syncCollectRule() error {
collectRuleCount := len(resp.Data)
stats.Counter.Set("collectrule.count", collectRuleCount)
if collectRuleCount == 0 { //获取策略数为0不正常不更新策略缓存
logger.Debugf("clloect rule count is 0")
logger.Debugf("collect rule count is 0")
return nil
}

Loading…
Cancel
Save