You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please look at the following logs from one of my pods.
When the below logs are shipped out my otelcol that was built with the default settings in helm, I am getting all 3 entries as one event with the timestamp 2024-11-15 10:45:31.086. I know all 3 entries were produced in the same milli-second, but I would like for them to show up as 3 discrete entries.
How can I work around this issue?
Thanks!
g
2024-11-15T10:45:31.086437058-05:00 stdout F {"date":"2024-11-15 15:45:31.086 Z","message":"Map topic internal-inventory-eod-snapshot to foobar-internal-inventory-eod-snapshot","logger_name":"foo.bar.messagequeue.TopicMapper","thread_name":"pool-2-thread-1","level":"INFO","application":"kb-center-writer","logEncoder":"JSON","logtype":"System-log"}
2024-11-15T10:45:31.086473281-05:00 stdout F {"date":"2024-11-15 15:45:31.086 Z","message":"Map topic internal-sharebook-eod-snapshot to foobar-internal-sharebook-eod-snapshot","logger_name":"foo.bar.messagequeue.TopicMapper","thread_name":"pool-2-thread-1","level":"INFO","application":"kb-center-writer","logEncoder":"JSON","logtype":"System-log"}
2024-11-15T10:45:31.086496692-05:00 stdout F {"date":"2024-11-15 15:45:31.086 Z","message":"Map topic internal-inventory-log to foobar-internal-inventory-log","logger_name":"foo.bar.messagequeue.TopicMapper","thread_name":"pool-2-thread-1","level":"INFO","application":"kb-center-writer","logEncoder":"JSON","logtype":"System-log"}
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
Please look at the following logs from one of my pods.
When the below logs are shipped out my otelcol that was built with the default settings in helm, I am getting all 3 entries as one event with the timestamp 2024-11-15 10:45:31.086. I know all 3 entries were produced in the same milli-second, but I would like for them to show up as 3 discrete entries.
How can I work around this issue?
Thanks!
g
Beta Was this translation helpful? Give feedback.
All reactions