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

Method Top

module/monitor/monitor.go:49–49  ·  view source on GitHub ↗
(ctx context.Context, serviceId string, start int64, end int64, limit int, apiKind string)

Source from the content-addressed store, hash-verified

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
52type IMonitorConfigModule interface {

Callers 3

Top10Method · 0.65
AITopNMethod · 0.65
RestTopNMethod · 0.65

Implementers 1

imlMonitorStatisticModulemodule/monitor/iml.go

Calls

no outgoing calls

Tested by

no test coverage detected