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/12/10 04:26:01 UTC

[GitHub] [skywalking] QHWG67 opened a new pull request #4037: sync skywalking ui

QHWG67 opened a new pull request #4037: sync skywalking ui
URL: https://github.com/apache/skywalking/pull/4037
 
 
   Please answer these questions before submitting pull request
   
   - Why submit this pull request?
   - [ ] Bug fix
   - [x ] New feature provided
   - [ ] Improve performance
   
   - Related issues
   
   ___
   ### Bug fix
   - Bug description.
   
   - How to fix?
   
   ___
   ### New feature or improvement
   - Describe the details and related test reports.
   Sync skywalking-ui codes. 
   People want to use the trace URL parameters to visit the specified trace information instead of using Search button. It is very useful for some tools to use hyperlink to jump to skywalking trace page via endpointname and trace ID. This update is for URL parameters to visite specified trace.
   example:
   http://localhost:8880/trace?endpointname=runtest&traceid=2.30.15753618423830000
   Test includes:
   a. no parameters in URL
   b. one of endpointname or traceid parameters in URL
   c. both endpointname and traceid parameters in URL
   All test are passed.
   

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