exometer_core icon indicating copy to clipboard operation
exometer_core copied to clipboard

Not all processes are supervised

Open alco opened this issue 9 years ago • 0 comments

We're currently seeing this picture in Observer

screen shot 2015-07-02 at 16 29 22

even though there are lots of exometer probes running.

I have found a handful of spawn calls in the code:

λ 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?

alco avatar Jul 02 '15 14:07 alco