pinpoint-apm / pinpoint

APM, (Application Performance Management) tool for large-scale distributed systems.
https://pinpoint-apm.gitbook.io/
Apache License 2.0
13.42k stars 3.76k forks source link

How to trace the microservice based on vertx 3.5.3 version #6085

Open JangNum opened 5 years ago

JangNum commented 5 years ago

Can I enable pinpoint to trace microservices based on vertx3.5.3 by rewriting the existing vertx plugin source? If so, what changes do I need to make?

jaehong-kim commented 5 years ago

@JangNum Hi See Vertx plugin README

JangNum commented 5 years ago

@JangNum Hi See Vertx plugin README The max version supported by the plugin is 3.5.0. I used to take a experiment by following the README,but it can not trace my microservice which based on Vertx 3.5.3.