-
Notifications
You must be signed in to change notification settings - Fork 784
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
will a javaagent version be developed? #951
Comments
what exactly do you mean? |
such as that if you need to monitor jdbc,use sleuth you have to write jpa,mybatis,spring data and so on,but using javaagent we only need to intercept jdbc jar,very easy.And also,when i want to trace dubbo, grpc or other new rpc frameworks,javaagent is easy too |
this isn't the best place to discuss a generic agent. you are basically asking where to find alternatives to sleuth, right. a more appropriate place is to look at zipkin proper where some work has been discussed in the past openzipkin/openzipkin.github.io#62 |
Similar issue - #688 |
will a javaagent version be developed? sleuth on spring boot has a lot of shortcomings, our team want to use javaagent to replace sleuth,so i want to rewriten sleuth to support javaagent. maybe i can contribute some bit.
The text was updated successfully, but these errors were encountered: