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/31 19:29:59 UTC

[GitHub] [skywalking] viswaramamoorthy opened a new pull request #3761: Rabbitmq instrument consumer class correctly to get duration reported…

viswaramamoorthy opened a new pull request #3761: Rabbitmq instrument consumer class correctly to get duration reported…
URL: https://github.com/apache/skywalking/pull/3761
 
 
   … accurately
   
   Please answer these questions before submitting pull request
   
   - Why submit this pull request?
   - [x] Bug fix
   - [ ] New feature provided
   - [ ] Improve performance
   
   - Related issues
   
   ___
   ### Bug fix
   - Bug description.
   RabbitMQ consumer duration is reported incorrectly due to instrumenting com.rabbitmq.client.impl.ConsumerDispatcher.handleDelivery method which spins up a thread to deliver message to consuming method
   
   - How to fix?
   Instrumenting implementations of com.rabbitmq.client.Consumer to resolve
   ___
   ### New feature or improvement
   - Describe the details and related test reports.
   

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