rabbitmq-server/deps/rabbitmq_cli/lib/rabbitmq/cli/diagnostics
Péter Gömöri a877ecb1a3 Remove observer_cli from CLI escritps
observer_cli (and its dependency recon) was declared as a dependency
of rabbitmq_cli and as a consequence included in all escritps. However
the major part of observer_cli runs in the broker. The cli side only
used `observer_cli:rpc_start/2` which is just an rpc call into the
target node.

By using common rpc call we can remove observer_cli and recon from the
escripts. This can be considered a minor improvement based on the
philosophy "simpler is better".

As an additional benefit auto-completing functions of the recon app
now works in `rabbitmq-diagnostics remote_shell`.
(eg. `recon:proc_c<TAB>`)

(cherry picked from commit f9d3ed732b)
2025-03-12 19:19:31 +00:00
..
commands Remove observer_cli from CLI escritps 2025-03-12 19:19:31 +00:00
diagnostics_helpers.ex Bump (c) line year 2025-01-01 17:54:10 -05:00