MCPcopy Index your code
hub / github.com/APIParkLab/APIPark / imlMonitorStatisticModule

Struct imlMonitorStatisticModule

module/monitor/iml.go:41–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39)
40
41type 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
50func (i *imlMonitorStatisticModule) genOverviewWhere(ctx context.Context, serviceId string, apiKind []string) ([]monitor.MonWhereItem, error) {
51 clusterId := cluster.DefaultClusterID

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected