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/03/13 04:49:26 UTC

[GitHub] [incubator-skywalking] BFergerson opened a new pull request #2353: USE_QUALIFIED_NAME_AS_ENDPOINT_NAME configuration

BFergerson opened a new pull request #2353: USE_QUALIFIED_NAME_AS_ENDPOINT_NAME configuration
URL: https://github.com/apache/incubator-skywalking/pull/2353
 
 
   - Why submit this pull request?
   - [ ] Bug fix
   - [x] New feature provided
   - [ ] Improve performance
   
   - Related issues: #2342
   
   ___
   ### New feature or improvement
   - Describe the details and related test reports.
   
   This gives a more descriptive operation name for the `@RequestMapping` annotations when a specific method or methods are used. For example, `@RequestMapping(value = "/", method = {GET, POST})` will create an operation name of `{GET,POST}/` instead of `/`.
   
   This also adds the configuration values `Config.SpringMVC.USE_QUALIFIED_NAME_AS_ENDPOINT_NAME` and `Config.Toolkit.USE_QUALIFIED_NAME_AS_ENDPOINT_NAME`. This can be used in replace of the above URL for a direct reference to the method which has the annotation.
   
   The integration test is here: https://github.com/SkyAPMTest/agent-auto-integration-testcases/pull/55

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