(ctx context.Context, start, end time.Time, groupBy string, limit int, wheres []monitor.MonWhereItem)
| 16 | type IExecutor interface { |
| 17 | Init(ctx context.Context) error |
| 18 | CommonStatistics(ctx context.Context, start, end time.Time, groupBy string, limit int, wheres []monitor.MonWhereItem) (map[string]monitor.MonCommonData, error) |
| 19 | RequestSummary(ctx context.Context, start time.Time, end time.Time, wheres []monitor.MonWhereItem) (*monitor.Summary, error) |
| 20 | ProxySummary(ctx context.Context, start time.Time, end time.Time, wheres []monitor.MonWhereItem) (*monitor.Summary, error) |
| 21 | InvokeTrend(ctx context.Context, start time.Time, end time.Time, wheres []monitor.MonWhereItem) (*monitor.MonInvokeCountTrend, string, error) |
no outgoing calls
no test coverage detected