Browse Source

动态拓扑 调用次数添加中位延迟

路佳明 1 month ago
parent
commit
e6a1116e54
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/observe/service/service.go

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

@@ -732,7 +732,7 @@ func (s *Service) GetServiceLiveness(ctx context.Context, params *dto.SpanScatte
 		return
 	}
 	var t time.Time
-	var d uint64
+	var d float64
 	var c uint64
 	for rows.Next() {
 		err = rows.Scan(&t, &c, &d)