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

Method GetStatisticsCache

service/monitor/service.go:32–32  ·  view source on GitHub ↗
(ctx context.Context, partitionId string, start, end time.Time, groupBy string, wheres []MonWhereItem, limit int)

Source from the content-addressed store, hash-verified

30
31type IMonitorStatisticsCache interface {
32 GetStatisticsCache(ctx context.Context, partitionId string, start, end time.Time, groupBy string, wheres []MonWhereItem, limit int) (map[string]MonCommonData, error)
33 SetStatisticsCache(ctx context.Context, partitionId string, start, end time.Time, groupBy string, wheres []MonWhereItem, limit int, values map[string]MonCommonData) error
34
35 GetTrendCache(ctx context.Context, partitionId string, start, end time.Time, wheres []MonWhereItem) (*MonInvokeCountTrend, error)

Callers 1

statisticsMethod · 0.65

Implementers 1

imlMonitorStatisticsCacheServiceservice/monitor/iml.go

Calls

no outgoing calls

Tested by

no test coverage detected