mirror of
https://github.com/minio/minio.git
synced 2025-11-10 14:09:48 -05:00
Cleanup ResponseWriter function for audit and trace (#8283)
This commit is contained in:
@@ -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