소스 검색

优化接口错误分布与接口列表对齐问题,统一1小时

路佳明 2 주 전
부모
커밋
47e5deeae3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/observe/service/event.go

+ 1 - 1
app/observe/service/event.go

@@ -122,7 +122,7 @@ func (e *Event) EventStatistic(c *dto.EventStatisticReq, result *[]dto.EventStat
 				return err
 				return err
 			}
 			}
 			return e.ChOrm.Debug().Model(&models.TracesURL{}).
 			return e.ChOrm.Debug().Model(&models.TracesURL{}).
-				Select("toStartOfFiveMinutes(Timestamp) as StartTime, count() as Total").
+				Select("toStartOfHour(Timestamp) as StartTime, count() as Total").
 				Where("Route=? and Method=? and ServiceName=? and AppAlias=?", um.Url, um.Method, um.ServiceName, um.AppAlias).
 				Where("Route=? and Method=? and ServiceName=? and AppAlias=?", um.Url, um.Method, um.ServiceName, um.AppAlias).
 				Where("Timestamp>=? and Timestamp<?", c.StartTime, c.EndTime).
 				Where("Timestamp>=? and Timestamp<?", c.StartTime, c.EndTime).
 				Where("StatusCode>=400").
 				Where("StatusCode>=400").