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/04/17 03:25:11 UTC

[GitHub] [skywalking] MilkSDF opened a new issue #4661: [Question] does skywalking support user to customize an endpoint?

MilkSDF opened a new issue #4661: [Question] does skywalking support user to customize an endpoint?
URL: https://github.com/apache/skywalking/issues/4661
 
 
   Please answer these questions before submitting your issue.
   
   - Why do you submit this issue?
   - [ ] Question or discussion
   ___
   ### Question
   - What do you want to know?
   I want to know how to customize an endpoint. usually a method is an endpoint, can I add or extend endpoints according to the different parameters of the method when invoking it. so that i can count the response time of the method when different parameters. 
   
   public void A(String B)
   B=="a"--> endpoint a
   B=="b"--> endpoint b
   
   it's best that there is some annotation or api to define an endpoint. like the apm-toolkit-trace
   @Trace
   ActiveSpan.tag("tag","tagvalue");
   
   or like spring-boot-starter-actuator to define an endpoint
   

----------------------------------------------------------------
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 #4661: [Question] does skywalking support user to customize an endpoint?

Posted by GitBox <gi...@apache.org>.
wu-sheng commented on issue #4661: [Question] does skywalking support user to customize an endpoint?
URL: https://github.com/apache/skywalking/issues/4661#issuecomment-615025300
 
 
   No, we are not today. If you want to do, welcome to contribute to add `org.apache.skywalking.apm.toolkit.trace.ActiveSpan#setOperationName`.

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