未验证 提交 afa95f79 编写于 作者: Y yubo 提交者: GitHub

update changelog (#552)

上级 8fe3457e
......@@ -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
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册