Open
Description
Right now ZAP uses ISO 8601 date and time strings for every event:
{ ... "timestamp": "2018-07-25T23:47:58.102Z" ... }
However, as @lox pointed out, "time" isn't very stable, especially in CI environments.
For example: If we're streaming events from multiple different machines, those timestamps could be wildly different.
@lox suggested using absolute offsets in nanoseconds since the start time of the build.
Only I'm not sure what that ends up looking like when you have streams being merged together which would have different offsets. Because with timestamps this works:
(zap-producer-1 & zap-producer-2) | zap-consumer
We should probably consider doing something else though
Metadata
Assignees
Labels
No labels
Activity