Closed
Description
From https://discuss.elastic.co/t/incorrect-span-duration/299442
Currently we use DateTime.Now
, moving to Stopwatch.GetTimestamp
would give us higher precision.
Steps:
- Decide if we want to make this change
- If yes, implement it