Arek Gil
Arek Gil
Yes, it is not possible given our current approach to monitoring. Right now we spawn only one process on monitored node which provides us all information needed to render the...
+1, that would be awesome
Definitely looks wierd 😟 Sorry for responding so late @Arkham, I'll try to investigate 🙂
#46 partially addresses this one, we moved `epl_st` to `apps/` from external repository.
Each plugin could configure its application environment (e.g. via `env` tuple in `.app` file), and point us to websocket handler.
I think it's related to both #27 and #26 .
Hi @zachdaniel , thanks for posting the issue! 🙂 Could you please share a list of applications which are started on the node you are observing with erlangpl? If you're...
Or instead of throwing an error we could show an information in the UI that this branch of the tree cannot be resolved.
Does canillita start a lot of workers under some supervisor? That's my first guess, because one of the plugins timed out while querying tracer process for children of one of...
It looks like `supervisor:which_children` is a `gen_server:call` with timeout set to infinity under the hood. The only question is: why doesn't it return?