Description
Improvements:
- Report all times inĀ hours:minutes:seconds. Currently we are relying on the Guava's Stopwatch.toString(), which reports times as hh.[00-99], instead of the standard 0 to 60 minutes. But if a duration is less than 1h, then it reports number of minutes. This is inconsistent and confusing, so we should always use the standard time format.
- Report time for index upload to Lucene
The MT traverse strategy is not reporting times for some phases, but as we are phasing out this strategy, it is not important to improve metrics reporting for it.
Attachments
Issue Links
- links to