diff options
-rw-r--r-- | src/rabbit_diagnostics.erl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rabbit_diagnostics.erl b/src/rabbit_diagnostics.erl index 531f3f922e..a611a24e1c 100644 --- a/src/rabbit_diagnostics.erl +++ b/src/rabbit_diagnostics.erl @@ -17,8 +17,8 @@ -module(rabbit_diagnostics). -define(PROCESS_INFO, - [registered_name, current_stacktrace, initial_call, dictionary, - message_queue_len, links, monitors, monitored_by, heap_size]). + [registered_name, current_stacktrace, initial_call, message_queue_len, + links, monitors, monitored_by, heap_size]). -export([maybe_stuck/0, maybe_stuck/1, top_memory_use/0, top_memory_use/1, top_binary_refs/0, top_binary_refs/1]). |