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

Method RequestOverview

module/monitor/driver/driver.go:33–33  ·  view source on GitHub ↗
(ctx context.Context, start time.Time, end time.Time, wheres []monitor.MonWhereItem)

Source from the content-addressed store, hash-verified

31
32type IBasicOverview interface {
33 RequestOverview(ctx context.Context, start time.Time, end time.Time, wheres []monitor.MonWhereItem) ([]time.Time, *monitor.StatusCodeOverview, []*monitor.StatusCodeOverview, error)
34 TopN(ctx context.Context, start time.Time, end time.Time, limit int, groupBy string, wheres []monitor.MonWhereItem) ([]*monitor.TopN, error)
35 ConsumerOverview(ctx context.Context, start time.Time, end time.Time, wheres []monitor.MonWhereItem) (int64, map[time.Time]int64, error)
36}

Callers 2

AIChartOverviewMethod · 0.65
RestChartOverviewMethod · 0.65

Implementers 1

executormodule/monitor/driver/influxdb-v2/exec

Calls

no outgoing calls

Tested by

no test coverage detected