diff options
| author | Gerhard Lazu <gerhard@rabbitmq.com> | 2017-10-04 16:01:59 +0100 |
|---|---|---|
| committer | Loïc Hoguin <loic@rabbitmq.com> | 2017-10-04 16:01:59 +0100 |
| commit | b50cf0f3cc5468b9d1064cbb916ae9afda3a469b (patch) | |
| tree | 829ffa7f58f4a8f53159e4f4d86dce912debc07a /src/rabbit.erl | |
| parent | 3f96e9b69191f7c08bfa0b6f22cf30b82de9a006 (diff) | |
| download | rabbitmq-server-git-b50cf0f3cc5468b9d1064cbb916ae9afda3a469b.tar.gz | |
Integrate looking_glass
An Erlang/Elixir/BEAM profiler tool:
https://github.com/rabbitmq/looking_glass
Signed-off-by: Loïc Hoguin <loic@rabbitmq.com>
Diffstat (limited to 'src/rabbit.erl')
| -rw-r--r-- | src/rabbit.erl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/rabbit.erl b/src/rabbit.erl index 93f5230250..033379bad1 100644 --- a/src/rabbit.erl +++ b/src/rabbit.erl @@ -200,6 +200,11 @@ [rabbit_core_metrics_gc]}}, {enables, networking}]}). +-rabbit_boot_step({rabbit_looking_glass, + [{description, "Looking Glass tracer and profiler"}, + {mfa, {rabbit_looking_glass, boot, []}}, + {requires, networking}]}). + %%--------------------------------------------------------------------------- -include("rabbit_framing.hrl"). |
