m-lab / etl

M-Lab ingestion pipeline
Apache License 2.0
22 stars 7 forks source link

Convert MinRTT to milliseconds #1129

Closed stephen-soltesz closed 7 months ago

stephen-soltesz commented 7 months ago

This change corrects a bug in the calculation of the summary record for ndt5 MinRTT.

Previously the value was divided by 1000 twice, which unintentionally converted microsecond resolution value to seconds, when milliseconds was intended.

Part of:


This change is Reviewable

stephen-soltesz commented 7 months ago

Thank you!