gianm opened a new pull request, #19451: URL: https://github.com/apache/druid/pull/19451
Prior to this patch, the `storage/load/bytes` and `storage/virtual/load/bytes` metrics were measured from the time the space is reserved, which can obscure timings of the actual load. This patch makes two changes: 1) Modify `storage/load/bytes` and `storage/virtual/load/bytes` to measure once the load is complete, rather than when it starts. 2) Introduce `storage/load/begin/bytes` and `storage/virtual/load/begin/bytes` to match what the `storage/load/bytes` and `storage/virtual/load/bytes` were previously defined as. The same changes are made to the corresponding `count` metrics. -- 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]
