Greg Hutchins
Greg Hutchins
Cloud logging UI lets users select & then download logs. We should support ingesting logs in that format.
See: Out of scope for this change, but might want to consider using URL and URLSearchParams instead. https://github.com/sindresorhus/query-string/issues/307 https://developer.mozilla.org/en-US/docs/Web/API/URL https://developer.mozilla.org/en-US/docs/Web/API/URL/searchParams
ideally actual releases + release notes
... and log it to console.log to help with error reporting.
Using label-based filtering doesn't work when there are hundreds of tasks (exceeds cloud logging limits). Likely needs a non-indexed query to work.
include the following kind of information: - status changes throughout the trip - nav status changes through the trip - eta vs ata - number of deviations (ie times off...
We've had issues with both too frequent and too infrequent update vehicle calls. Ability to easily see these stats and possibly visualize would be useful. too infrequent updates are currently...
There are customer reports of it not working.
large jumps in etaToFirstWaypoint - likely bubbles along the route (maybe just compute delta in etaToFirstWaypoint?) negative eta (ie etaToFirstWaypoint is less than current time) - likely bubbles along the...
The time range setting logic currently only considers updatevehicle log messages (ie lastUpdate & firstUpdate) it should also consider create trip logs.