Skip to content

Commit 5198eab

Browse files
videlalvaromichaelklishin
authored andcommitted
removes dictionary from the PROCESS_INFO keys
Fixes #148
1 parent 61a5fd3 commit 5198eab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/rabbit_diagnostics.erl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
-module(rabbit_diagnostics).
1818

1919
-define(PROCESS_INFO,
20-
[registered_name, current_stacktrace, initial_call, dictionary,
21-
message_queue_len, links, monitors, monitored_by, heap_size]).
20+
[registered_name, current_stacktrace, initial_call, message_queue_len,
21+
links, monitors, monitored_by, heap_size]).
2222

2323
-export([maybe_stuck/0, maybe_stuck/1, top_memory_use/0, top_memory_use/1,
2424
top_binary_refs/0, top_binary_refs/1]).

0 commit comments

Comments
 (0)