vttranlina commented on PR #2544:
URL: https://github.com/apache/james-project/pull/2544#issuecomment-2516133675
## Blobstore metrics when provisionning:
The metrics look slightly better
## before
```
# TYPE blobStore:saveBytes summary
blobStore:saveBytes{quantile="0.5",} 0.278921215
blobStore:saveBytes{quantile="0.75",} 0.37539020700000003
blobStore:saveBytes{quantile="0.95",} 0.805306367
blobStore:saveBytes{quantile="0.98",} 1.2918456310000002
blobStore:saveBytes{quantile="0.99",} 1.728053247
blobStore:saveBytes{quantile="0.999",} 3.154116607
blobStore:saveBytes_count 41329.0
```
## After
```
blobStore:saveBytes{quantile="0.5",} 0.27053260700000004
blobStore:saveBytes{quantile="0.75",} 0.369098751
blobStore:saveBytes{quantile="0.95",} 0.7969177590000001
blobStore:saveBytes{quantile="0.98",} 1.2415139830000002
blobStore:saveBytes{quantile="0.99",} 1.6525557750000002
blobStore:saveBytes{quantile="0.999",} 3.1373393910000003
blobStore:saveBytes_count 41223.0
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]