MCPcopy Create free account
hub / github.com/APIParkLab/APIPark / APITrend

Method APITrend

module/monitor/monitor.go:33–33  ·  view source on GitHub ↗
(ctx context.Context, apiId string, input *monitor_dto.CommonInput)

Source from the content-addressed store, hash-verified

31 ProviderStatistics(ctx context.Context, input *monitor_dto.StatisticInput) ([]*monitor_dto.ServiceStatisticBasicItem, error)
32
33 APITrend(ctx context.Context, apiId string, input *monitor_dto.CommonInput) (*monitor_dto.MonInvokeCountTrend, string, error)
34
35 ProviderTrend(ctx context.Context, providerId string, input *monitor_dto.CommonInput) (*monitor_dto.MonInvokeCountTrend, string, error)
36

Callers 1

InvokeTrendMethod · 0.65

Implementers 1

imlMonitorStatisticModulemodule/monitor/iml.go

Calls

no outgoing calls

Tested by

no test coverage detected