You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2019/10/30 19:57:04 UTC

[GitHub] [skywalking] viswaramamoorthy opened a new issue #3753: RabbitMQ consumer duration is reported incorrectly

viswaramamoorthy opened a new issue #3753: RabbitMQ consumer duration is reported incorrectly
URL: https://github.com/apache/skywalking/issues/3753
 
 
   Please answer these questions before submitting your issue.
   
   - Why do you submit this issue?
   - [ ] Question or discussion
   - [x] Bug
   - [ ] Requirement
   - [ ] Feature or performance improvement
   
   ___
   ### Question
   - What do you want to know?
   
   ___
   ### Bug
   - Which version of SkyWalking, OS and JRE?
   SkyWalking v6.4.0
   OS: Ubuntu
   JRE: OpenJDK 8.0
   
   - Which company or project?
   N/A
   
   - What happen?
   If possible, provide a way for reproducing the error. e.g. demo application, component version.
   
   RabbitMQ consumer duration is reported incorrectly due to instrumenting com.rabbitmq.client.impl.ConsumerDispatcher.handleDelivery method in  class org.apache.skywalking.apm.plugin.rabbitmq.define.RabbitMQConsumerInstrumentation. Because ConsumerDispatcher.handleDelivery spins up a thread to deliver the message to registered consumer class. Instead all implementations of com.rabbitmq.client.Consumer could be instrumented to get accurate consumer duration times
   
   ___
   ### Requirement or improvement
   - Please describe about your requirements or improvement suggestions.

----------------------------------------------------------------
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