提交 4bbb3991 编写于 作者: Q qinxiaohui

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

......@@ -309,8 +309,8 @@ func GetReqs(stra *model.Stra, metric string, endpoints []string, now int64) ([]
Endpoint: index.Endpoint,
Metric: index.Metric,
Tag: "",
Step: index.Step,
Dstype: index.Dstype,
Step: 10,
Dstype: "GAUGE",
TS: now,
}
lostSeries = append(lostSeries, s)
......
......@@ -47,6 +47,7 @@ func nodataJudge() {
Tags: "",
TagsMap: map[string]string{},
DsType: "GAUGE",
Step: 10,
}
nodataJob.Acquire()
......
......@@ -178,6 +178,9 @@ func fetchDataSync(start, end int64, consolFun, endpoint, counter string, step i
if err != nil {
logger.Warningf("fetch tsdb data error: %+v", err)
stats.Counter.Set("query.data.err", 1)
data.Endpoint = endpoint
data.Counter = counter
data.Step = step
}
dataChan <- data
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册