opencensus-node
opencensus-node copied to clipboard
Make `View` startTime be high-resolution timestamps
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.