(ctx context.Context, partitionId string, start, end time.Time, groupBy string, wheres []MonWhereItem, limit int)
| 30 | |
| 31 | type 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) |
no outgoing calls
no test coverage detected