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

Method SumResponseTimeOverview

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

Source from the content-addressed store, hash-verified

39 TrafficOverviewByStatusCode(ctx context.Context, start time.Time, end time.Time, wheres []monitor.MonWhereItem) ([]time.Time, *monitor.StatusCodeOverview, []*monitor.StatusCodeOverview, error)
40 AvgResponseTimeOverview(ctx context.Context, start time.Time, end time.Time, wheres []monitor.MonWhereItem) ([]time.Time, *monitor.Aggregate, []int64, error)
41 SumResponseTimeOverview(ctx context.Context, start time.Time, end time.Time, wheres []monitor.MonWhereItem) ([]time.Time, *monitor.Aggregate, []int64, error)
42}
43
44type IAIOverview interface {

Callers 1

AIChartOverviewMethod · 0.65

Implementers 1

executormodule/monitor/driver/influxdb-v2/exec

Calls

no outgoing calls

Tested by

no test coverage detected