(ctx context.Context, serviceId string, start int64, end int64, limit int, apiKind string)
| 47 | AIChartOverview(ctx context.Context, serviceId string, start int64, end int64) (*monitor_dto.ChartAIOverview, error) |
| 48 | RestChartOverview(ctx context.Context, serviceId string, start int64, end int64) (*monitor_dto.ChartRestOverview, error) |
| 49 | Top(ctx context.Context, serviceId string, start int64, end int64, limit int, apiKind string) ([]*monitor_dto.TopN, []*monitor_dto.TopN, error) |
| 50 | } |
| 51 | |
| 52 | type IMonitorConfigModule interface { |
no outgoing calls
no test coverage detected