wallezhang commented on issue #7815:
URL: https://github.com/apache/skywalking/issues/7815#issuecomment-928927480


   Hi @kezhenxu94 ,
   
   I found that the JDBC driver of ClickHouse is implemented using HTTP 
protocol, so it will be handled by HTTPClient Plugin. And it can't be 
recognized as an db span through trace information. It looks like an ordinary 
http request, and the request path is always `/`, because of the sql is in the 
request body.
   
   This plugin will intercept JDBC methods and insert a correct db span, but 
there are still other wrong type spans produced by HttpClient plugin, how 
should I exclude these? Any ideas?


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

To unsubscribe, e-mail: notifications-unsubscr...@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to