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/01/25 03:06:54 UTC

[GitHub] BuQingYan opened a new issue #2204: what is the search rule of EndpointName in trace page?

BuQingYan opened a new issue #2204: what is the search rule of EndpointName in trace page?
URL: https://github.com/apache/incubator-skywalking/issues/2204
 
 
   # Environment:
   - SkyWalking: 6.0.0-GA
   - JDK:1.8
   - OS:RedHat 6.5
   # Summarize
   In order to fulfill a requirement that search a trace message by my own transaction flow number.
   I develop a skywalking plugin to create a localSpan, and set this localSpan's operationName  to my own flow number.
   
   But, when I search the trace message in trace page by my own flow number, there is no correspond span display in search result. Moreover, the official okHttp plugin have the same problem.
   
   So, I want to know what is the search rule of EndpointName in trace page?
   # Detail
   ### Trace detail
   ![tracedetail](https://user-images.githubusercontent.com/41894492/51722193-8da00f00-208f-11e9-95d5-71f0c6b089eb.png)
   ### Display result
   When I search the trace message by default search condition, there is only 3 span show, customized span(localSpan) and okHttp span(exitSpan)is missing.
   
   But the localSpan of hystrix is display!
   ![display](https://user-images.githubusercontent.com/41894492/51722476-77468300-2090-11e9-8f2f-58fedcd31b2c.png)
   ### OkHttp span detail
   ![okhttpspandetail](https://user-images.githubusercontent.com/41894492/51722491-7f062780-2090-11e9-924d-e07300ba6c0a.png)

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