Change log request elapsed time to relative suffix #899
Labels
area/logging
Related to the logging/logger system
refactor
This issue specific to or requires *notable* refactoring of existing codebases and components
At the moment, all request logs include an "elapsed" paramater. This is always expressed in the unit of seconds, but all our queries are dumb fast compared to order of seconds. Eg:
"ElapsedSeconds": 0.00080469
So instead, we should report time in the closest relative magnitude (ie: s, ms, ns), so the above would read
"ElapsedSeconds": 0.80469ms
.The text was updated successfully, but these errors were encountered: