opencensus-node icon indicating copy to clipboard operation
opencensus-node copied to clipboard

Make `View` startTime be high-resolution timestamps

Open mayurkale22 opened this issue 6 years ago • 0 comments

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.

mayurkale22 avatar Jan 10 '19 22:01 mayurkale22