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
This also opens up a question: should this module be worker_thread aware? Meaning, if it's running in a worker thread, should it forward metrics to the main thread?
A possible API could be sampler.addWorker(). This would have to take care of setting up worker-main thread communication.
Also, workers could be passed in the Sampler constructor.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Node API as a reference:
This also opens up a question: should this module be worker_thread aware? Meaning, if it's running in a worker thread, should it forward metrics to the main thread?
A possible API could be
sampler.addWorker()
. This would have to take care of setting up worker-main thread communication.Also, workers could be passed in the
Sampler
constructor.Beta Was this translation helpful? Give feedback.
All reactions