提交 fc4fa979 编写于 作者: 7 710leo

Merge branch 'master' of github.com:didi/nightingale

......@@ -121,7 +121,7 @@ func (m *MetricValue) CheckValidity(now int64) (err error) {
//时间超前5分钟则报错
if m.Timestamp-now > 300 {
err = fmt.Errorf("point timestamp:%d is ahead of now:%d")
err = fmt.Errorf("point timestamp:%d is ahead of now:%d", m.Timestamp, now)
return
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册