CoderLan0668
CoderLan0668
我在x86_64上,使用3.5.5版本 依然报这个错 vmtool error: no ArthasJniLibrary in java.library.path
@eyalkoren i need a feature about tracing connection creation, including JDBC or redis connection. so is there anyone working on this feature? if no, i will make it.
@eyalkoren `javax.sql.DataSource#getConnection` is my favor, as getting a connection from a datasource is a common usage. Sometimes , getting a connection from a datasource would be time consuming, for example,...
> use a different span type (e.g. dp-pool). I agree with you, the latency of getting a connection from a pool should not be attributed to the DB tier. I...
> use a different span type (e.g. dp-pool). I agree with you, the latency of getting a connection from a pool should not be attributed to the DB tier. I...
> these will often be served from a connection pool and creating a span for these isn't that interesting. What's more interesting is tracing when a new connection gets established....
@eyalkoren @felixbarny What are your opinion about tracing getting connection from a pool?