Open
Description
Is there an option to limit instrumentation by package/class name (incl. wildcard)? Or to exclude packages which cause problems? Our program does not start if we use Google Guice and Eureka Discovery Client together.
1) Error injecting constructor, java.lang.RuntimeException: Failed to initialize DiscoveryClient!
at com.netflix.discovery.DiscoveryClient.<init>(DiscoveryClient.java:299)
at com.netflix.discovery.DiscoveryClient.class(DiscoveryClient.java:111)
while locating com.netflix.discovery.DiscoveryClient
The only difference is the instrumenter JAR added as agent option to java:
-javaagent:/testdir/java-allocation-instrumenter-3.2.0.jar
Metadata
Metadata
Assignees
Labels
No labels