andytill / erlyberly

erlang tracing for the masses
https://twitter.com/erlyberlytips
GNU General Public License v3.0
694 stars 43 forks source link

In Elixir registered names of a process should not have the 'Elixir.' prefix #142

Open aboroska opened 7 years ago

aboroska commented 7 years ago

See screenshot where it is visible: https://twitter.com/arathunku/status/826852033584054273

andytill commented 7 years ago

@aboroska is this the issue you fixed in the last PR?

aboroska commented 7 years ago

No, see Reg.Name in this screenshot. It should be AMQP_POOL without Elixir prefix and apostrophes. Alternatively keep the current Erlang style and close the ticket as perhaps showing processes in Erlang atom style is more beneficial. Also note that it is probably not a trivial fix.

screen shot 2017-04-11 at 16 15 40
andytill commented 7 years ago

Thanks, just me getting confused.