This repository was archived by the owner on Oct 3, 2023. It is now read-only.
This repository was archived by the owner on Oct 3, 2023. It is now read-only.
Make View
startTime be high-resolution timestamps #274
Open
Description
Currently the startTime (the start time for view) in the View interface use the number type (time in epoch millisecs).
Better Approach :
We now have the getTimestampWithProcessHRTime, which would be used to populate the times.
This is also required to make Stats data model compatible with Metrics data models.