Fork me on GitHub
#pathom
<
2019-01-14
>
wilkerlucio19:01:56

@souenzzo about the trace thing, the trace is made to be generic, but at same time it accumulates at lot of data

wilkerlucio19:01:26

if you wanna use it for analysis I suggest you run the processing/send part of it in some separated thread, so you don't slow down your users

👍 5
wilkerlucio20:01:49

@souenzzo one thing to remember is that the trace is just an event stream, a vector with a bunch of maps, this is lightweight to accumulate, but if you are using the tracing plugin, it has some post-processing steps that are expensive, just something to be careful with

👍 5
souenzzo21:01:15

Ok. I will try to use and give some feedback about performance