如何在 Azure Application Insights 中将时差转换为毫秒
let startTime = todatetime('2017-05-15T17:02:23.7148691Z');
let endTime = todatetime('2017-05-15T17:02:25.5430172Z');
let timeDifference = endTime-startTime;
requests
| project timeDifference
| limit 1
上述查询输出
00:00:01.8281481
我想以毫秒为单位显示
例如:1828