| 39 | ) |
| 40 | |
| 41 | type imlMonitorStatisticModule struct { |
| 42 | monitorStatisticCacheService monitor.IMonitorStatisticsCache `autowired:""` |
| 43 | subscribeService subscribe.ISubscribeService `autowired:""` |
| 44 | serviceService service.IServiceService `autowired:""` |
| 45 | clusterService cluster.IClusterService `autowired:""` |
| 46 | monitorService monitor.IMonitorService `autowired:""` |
| 47 | apiService api.IAPIService `autowired:""` |
| 48 | } |
| 49 | |
| 50 | func (i *imlMonitorStatisticModule) genOverviewWhere(ctx context.Context, serviceId string, apiKind []string) ([]monitor.MonWhereItem, error) { |
| 51 | clusterId := cluster.DefaultClusterID |
nothing calls this directly
no outgoing calls
no test coverage detected