mirror of
https://github.com/wahyd4/pinpoint.git
synced 2026-08-15 07:46:19 +10:00
add annotation.
This commit is contained in:
@@ -25,6 +25,12 @@
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.navercorp.pinpoint</groupId>
|
||||
<artifactId>pinpoint-annotations</artifactId>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
||||
<!-- https://mvnrepository.com/artifact/io.vertx/vertx-core -->
|
||||
<dependency>
|
||||
<groupId>io.vertx</groupId>
|
||||
|
||||
@@ -25,6 +25,7 @@ import com.navercorp.pinpoint.bootstrap.logging.PLogger;
|
||||
import com.navercorp.pinpoint.bootstrap.logging.PLoggerFactory;
|
||||
import com.navercorp.pinpoint.bootstrap.plugin.ProfilerPlugin;
|
||||
import com.navercorp.pinpoint.bootstrap.plugin.ProfilerPluginSetupContext;
|
||||
import com.navercorp.pinpoint.common.annotations.InterfaceStability;
|
||||
|
||||
import java.security.ProtectionDomain;
|
||||
import java.util.concurrent.CountDownLatch;
|
||||
@@ -33,6 +34,7 @@ import java.util.concurrent.CyclicBarrier;
|
||||
/**
|
||||
* @author jaehong.kim
|
||||
*/
|
||||
@InterfaceStability.Evolving
|
||||
public class VertxPlugin implements ProfilerPlugin, TransformTemplateAware {
|
||||
private final PLogger logger = PLoggerFactory.getLogger(this.getClass());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user