Hey! Wondering if I’m just being silly Datadog newbie, or is there an actual issue with Date
column sorting in logs view
not respecting the actual timestamp while doing the sorting, but instead just using a truncated value? This is causing our logs to be out of order in case they are from the same millisecond.
Here is an example of logs collected by just running hello-world
container, where it’s evident that even though logs are sorted on column Date
(with exact same millisecond), the actual timestamps in column @TIMESTAMP
are in higher precision, but are not in order. Any clue what’s up or if there’s some easy way to fix this?