You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2020/01/26 13:23:03 UTC

[GitHub] [rocketmq] rushsky518 opened a new issue #1744: How to use message trace function

rushsky518 opened a new issue #1744: How to use message trace function
URL: https://github.com/apache/rocketmq/issues/1744
 
 
   ```` java
   DefaultMQProducer(final String producerGroup, boolean enableMsgTrace)
   ````
   ````java
   DefaultMQPushConsumer(final String consumerGroup, boolean enableMsgTrace)
   ````
   When enableMsgTrace is true, the trace data is collected. But how to get the trace data?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [rocketmq] RongtongJin commented on issue #1744: How to use message trace function

Posted by GitBox <gi...@apache.org>.
RongtongJin commented on issue #1744: How to use message trace function
URL: https://github.com/apache/rocketmq/issues/1744#issuecomment-578732598
 
 
   You can use [rocketmq-console](https://github.com/apache/rocketmq-externals/tree/master/rocketmq-console) to get trace data.
   ![image](https://user-images.githubusercontent.com/21963954/73176177-bcd7d900-4146-11ea-9ed8-b7479d4262d6.png)
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [rocketmq] RongtongJin closed issue #1744: How to use message trace function

Posted by GitBox <gi...@apache.org>.
RongtongJin closed issue #1744: How to use message trace function
URL: https://github.com/apache/rocketmq/issues/1744
 
 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services