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
Alternatively we just use the multi node tracing in dbg:m/1 and have the concept of a "primary" traced node which will be queried for functions and other data, and "secondary" nodes where the traces will also be applied. The only big problem I see is that all nodes would need to be clustered for it to work, though erlyberly could check if they are clustered by querying erlang:nodes([connected]) on each node it is tracing on.
Need to investigate more but this seems like 20% of the work for 80% of the benefit.
Allow erlyberly to connect to multiple nodes, when a trace is applied, apply it to all nodes.
The text was updated successfully, but these errors were encountered: