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
See TODO linked in Sibyl.Dynamic module for more info, but in short:
Right now, dynamic tracing traces all specified functions via one single process. This is fine for simple traces, but unless we distinguish between invocations of specified functions by their PIDs, we risk accidentally starting, nesting, or ending spans prematurely.
We should instead, based on the PID of the incoming dynamic trace, delegate the handling of messages to GenServers under a DynamicSupervisor which can start up if needed.
The text was updated successfully, but these errors were encountered:
See TODO linked in
Sibyl.Dynamic
module for more info, but in short:Right now, dynamic tracing traces all specified functions via one single process. This is fine for simple traces, but unless we distinguish between invocations of specified functions by their PIDs, we risk accidentally starting, nesting, or ending spans prematurely.
We should instead, based on the PID of the incoming dynamic trace, delegate the handling of messages to GenServers under a DynamicSupervisor which can start up if needed.
The text was updated successfully, but these errors were encountered: