RabbitMq开启消息追踪 查看 #3

Closed
opened 2 years ago by Sirius · 0 comments
Sirius commented 2 years ago
Owner
  1. docker中启用插件, 默认不开启.
docker exec -it rabbitmq_name bash

rabbitmq-plugins enable rabbitmq_tracing
rabbitmqctl trace_on

  1. 新建追踪
    在浏览器管理中, admin页签中会多出一个Tracing. 添加追踪.

  2. 查看
    页面内会多出个日志文件, 点击可以查看

1. docker中启用插件, 默认不开启. ```bash docker exec -it rabbitmq_name bash ``` ```bash rabbitmq-plugins enable rabbitmq_tracing rabbitmqctl trace_on ``` 2. 新建追踪 在浏览器管理中, admin页签中会多出一个Tracing. 添加追踪. 3. 查看 页面内会多出个日志文件, 点击可以查看
Sirius added the
architecture
label 2 years ago
Sirius closed this issue 2 years ago
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Sirius/note#3
Loading…
There is no content yet.