We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We're currently seeing this picture in Observer
even though there are lots of exometer probes running.
I have found a handful of spawn calls in the code:
spawn
λ ag 'spawn\(' src/exometer_proc.erl 32:%% Use plain_fsm:spawn() 76: proc_lib:spawn(fun() -> src/exometer_report.erl 1404: Pid = proc_lib:spawn(Fun),
Is there any reason those are not spawn_link calls?
spawn_link
The text was updated successfully, but these errors were encountered:
exometer_report
No branches or pull requests
We're currently seeing this picture in Observer
even though there are lots of exometer probes running.
I have found a handful of
spawn
calls in the code:Is there any reason those are not
spawn_link
calls?The text was updated successfully, but these errors were encountered: