mirror of
https://github.com/pgsty/minio.git
synced 2026-07-19 04:00:25 +03:00
Cleanup ResponseWriter function for audit and trace (#8283)
This commit is contained in:
+4
-3
@@ -33,9 +33,10 @@ type Info struct {
|
||||
|
||||
// CallStats records request stats
|
||||
type CallStats struct {
|
||||
InputBytes int `json:"inputbytes"`
|
||||
OutputBytes int `json:"outputbytes"`
|
||||
Latency time.Duration `json:"latency"`
|
||||
InputBytes int `json:"inputbytes"`
|
||||
OutputBytes int `json:"outputbytes"`
|
||||
Latency time.Duration `json:"latency"`
|
||||
TimeToFirstByte time.Duration `json:"timetofirstbyte"`
|
||||
}
|
||||
|
||||
// RequestInfo represents trace of http request
|
||||
|
||||
Reference in New Issue
Block a user