add stat tracking for blob download. stream download will always say 0
This commit is contained in:
parent
fa2ec38d3e
commit
2e81b1ab03
1 changed files with 1 additions and 0 deletions
|
@ -271,6 +271,7 @@ func (s *Server) handleCompositeRequest(data []byte) ([]byte, error) {
|
|||
BlobHash: GetBlobHash(blob),
|
||||
Length: len(blob),
|
||||
}
|
||||
s.stats.AddBlob()
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue