mirror of
https://github.com/minio/minio.git
synced 2025-11-07 21:02:58 -05:00
audit: account for response headers separately (#15610)
This commit is contained in:
committed by
GitHub
parent
bcedc2b0d9
commit
5ce1448049
@@ -53,6 +53,7 @@ type Entry struct {
|
||||
StatusCode int `json:"statusCode,omitempty"`
|
||||
InputBytes int64 `json:"rx"`
|
||||
OutputBytes int64 `json:"tx"`
|
||||
HeaderBytes int64 `json:"txHeaders,omitempty"`
|
||||
TimeToFirstByte string `json:"timeToFirstByte,omitempty"`
|
||||
TimeToResponse string `json:"timeToResponse,omitempty"`
|
||||
} `json:"api"`
|
||||
|
||||
Reference in New Issue
Block a user