Deactivate ziris-instrumentation-extension
Created , Updated
Disabling the z/IRIS Instrumentation Extension requires a restart of the JVM without the Java system property: otel.javaagent.extensions
. Click here for more information about setting this property.
Example
Assuming that your command line looks similar to this:
CODE
java -javaagent:path/to/opentelemetry-javaagent-all.jar \
-Dotel.javaagent.extensions=path/to/ziris-instrumentation-extension.jar \
-jar path/to/jar/application/that/should/be/instrumented.jar
Change it to this:
CODE
java -javaagent:path/to/opentelemetry-javaagent-all.jar \
-jar path/to/jar/application/that/should/be/instrumented.jar