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 2020/02/27 07:53:44 UTC

[GitHub] [skywalking] f02061232-1 opened a new issue #4423: multiple endpoints will be created if has path variable in URL

f02061232-1 opened a new issue #4423: multiple endpoints will be created if has path variable in URL
URL: https://github.com/apache/skywalking/issues/4423
 
 
   Please answer these questions before submitting your issue.
   
   - Why do you submit this issue?
   - [X] Question or discussion
   - [ ] Bug
   - [ ] Requirement
   - [ ] Feature or performance improvement
   
   ___
   ### Question
   - What do you want to know?
   Hi, we have an api which url is /find/{userId}/{companyId}. When this api is called with different id, a new endpoint instance will be persisted in endpoint inventory. Is there any solution to avoid this problem? We just want to treat it as one endpoint.
   ___
   ### Bug
   - Which version of SkyWalking, OS and JRE?
   
   - Which company or project?
   
   - What happen?
   If possible, provide a way for reproducing the error. e.g. demo application, component version.
   
   ___
   ### 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

[GitHub] [skywalking] f02061232-1 commented on issue #4423: multiple endpoints will be created if has path variable in URL

Posted by GitBox <gi...@apache.org>.
f02061232-1 commented on issue #4423: multiple endpoints will be created if has path variable in URL
URL: https://github.com/apache/skywalking/issues/4423#issuecomment-591839019
 
 
   It's a spring boot project.

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

[GitHub] [skywalking] wu-sheng closed issue #4423: multiple endpoints will be created if has path variable in URL

Posted by GitBox <gi...@apache.org>.
wu-sheng closed issue #4423: multiple endpoints will be created if has path variable in URL
URL: https://github.com/apache/skywalking/issues/4423
 
 
   

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

[GitHub] [skywalking] wu-sheng commented on issue #4423: multiple endpoints will be created if has path variable in URL

Posted by GitBox <gi...@apache.org>.
wu-sheng commented on issue #4423: multiple endpoints will be created if has path variable in URL
URL: https://github.com/apache/skywalking/issues/4423#issuecomment-591834066
 
 
   Is this your private framework? SpringMVC has dealt with this case.

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

[GitHub] [skywalking] wu-sheng commented on issue #4423: multiple endpoints will be created if has path variable in URL

Posted by GitBox <gi...@apache.org>.
wu-sheng commented on issue #4423: multiple endpoints will be created if has path variable in URL
URL: https://github.com/apache/skywalking/issues/4423#issuecomment-591852112
 
 
   SpringMVC will fetch the path automatically, if you have set the parameter({param}) in the controller path.

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