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 2018/08/27 04:31:01 UTC

[GitHub] tincopper opened a new pull request #1589: add heart beat handler to jetty

tincopper opened a new pull request #1589: add heart beat handler to jetty
URL: https://github.com/apache/incubator-skywalking/pull/1589
 
 
   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.
   Normal access heartbeat interface appears 405
   - How to fix?
   add jettyServer.addHandler(new InstanceHeartBeatServletHandler(getManager())); to AgentModuleJettyProvider class's addHandlers method.
   ___
   ### 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 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