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

Method AvgResponseTimeOverview

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

Source from the content-addressed store, hash-verified

38type IRestOverview interface {
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

Callers 1

RestChartOverviewMethod · 0.65

Implementers 1

executormodule/monitor/driver/influxdb-v2/exec

Calls

no outgoing calls

Tested by

no test coverage detected