vilterp/stdout-trace

core: use strings for span ids

Opened this issue · 0 comments

Can use UUIDs instead of allocating numbers from a sequence, which can let this go cross process.

Cross process:

  • concat the files together (can you do this streaming? multi-tail?)
  • if after the fact, sort all events by ts (not sure the best way to do this)