Skip to content
This repository was archived by the owner on Jun 12, 2020. It is now read-only.

Commit 92b2285

Browse files
committed
PCT-1274: Zero response time
1 parent a3e13f1 commit 92b2285

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

proto/reports/reports.go

+2
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ type Snapshot struct {
2828
QueryLoadPct float64
2929
ResponseTimePct95 float64
3030
ResponseTimePct95Pct float64
31+
ResponseTimeAvg float64
32+
ResponseTimeAvgPct float64
3133
}
3234

3335
type Chart struct {

0 commit comments

Comments
 (0)