Skip to content

Commit

Permalink
api/types: add TODO items to ResponseStats
Browse files Browse the repository at this point in the history
Signed-off-by: Wei Fu <weifu@microsoft.com>
  • Loading branch information
fuweid committed Dec 8, 2023
1 parent 1d65f9b commit 31280f2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions api/types/metric.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,8 @@ type ResponseStats struct {
//
// NOTE: The key represents quantile.
Latencies map[float64]float64
// TODO:
// 1. Support total read/upload bytes
// 2. Support failures partitioned by http code and verb
// 3. Support to dump all latency data
}

0 comments on commit 31280f2

Please sign in to comment.