Arek Gil
Arek Gil
I'm only wondering what happens if the same key is found in both event metadata and logger_tags - which one should tak precedence? IMO logger_tags should override metadata, because if...
How about adding an option to disable logging for specific events? Although that is mostly equivalent to filtering, but tailored to only that specific use-case. If we add filtering, I...
@michalslaski I'll probably need some help with those if we are to develop this feature.
@michalslaski I've pushed the commit which removes erlang.pl's node from the cluster view. IMO the view is now easier to comprehend, but I can reset the commit if you do...
Thanks for this @rickpayne π I think it's a great addition! But I think we would need to indicate the timeout in the UI - currently the application will be...
IMO that'd be great to have in the same PR, no rush π Thanks!
I haven't looked at the node connection code in depth, but I suppose that it would be possible. I think we could even list local nodes by querying `epmd` (although...
To answer your question first: you should not run `erlangpl` on any production node. Ever. Currently our implementation is based on `erlang:trace` function **with all trace flags enabled**. That means...
Hi @Arkham, thanks for bringing this up π I'll take a look at this. On a first glance, it definitely looks like an error on our side π
I've identified the issue. Every 5 seconds, one of erlangpl's processes asks "spy" process on the remote node for data gathered for last 5 seconds: ```erlang %% apps/epl/src/epl_tracer.erl:231 RPid !...