fix(backend): added type convertor for TransferredBodySize field in CH connector
This commit is contained in:
parent
bd434ae7a9
commit
07d8b4e30f
1 changed files with 1 additions and 1 deletions
|
|
@ -492,7 +492,7 @@ func (c *connectorImpl) InsertRequest(session *sessions.Session, msg *messages.N
|
|||
uint16(msg.Duration),
|
||||
msg.Status < 400,
|
||||
"REQUEST",
|
||||
msg.TransferredBodySize,
|
||||
uint32(msg.TransferredBodySize),
|
||||
); err != nil {
|
||||
c.checkError("requests", err)
|
||||
return fmt.Errorf("can't append to requests batch: %s", err)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue