|
@@ -19,7 +19,6 @@ var (
|
|
|
Endpoint = "cn-hangzhou.log.aliyuncs.com"
|
|
|
adActionLogStore *sls.LogStore
|
|
|
adOwnActionLogStore *sls.LogStore
|
|
|
- adPlatformActionLogStore *sls.LogStore
|
|
|
adOwnConvLogStore *sls.LogStore
|
|
|
longvideoReqeustLogStore *sls.LogStore
|
|
|
videoPlayStore *sls.LogStore
|
|
@@ -261,7 +260,7 @@ func (c *CustomCollector) Collect(ch chan<- prometheus.Metric) {
|
|
|
}
|
|
|
|
|
|
// 投放平台
|
|
|
- resp, err = adPlatformActionLogStore.GetLogs("", time.Now().Unix()-60, time.Now().Unix(), adOwnPlatformReportQuerySQL, 0, 0, true)
|
|
|
+ resp, err = adOwnActionLogStore.GetLogs("", time.Now().Unix()-60, time.Now().Unix(), adOwnPlatformReportQuerySQL, 0, 0, true)
|
|
|
if err != nil || resp == nil {
|
|
|
log.Printf("get own ad report logs ab_test002 error %+v resp is %+v.", err, resp)
|
|
|
return
|