Problem with distributing tracing for Jakarta 10 and payara 6

when I added jvm property -Delastic.apm.disable_instrumentations=opentelemetry to domain.xml, finally it works perfectly.

command:
${PAYARA_DIR}/bin/asadmin --user ${ADMIN_USER} --passwordfile=$PASSWORD_FILE create-jvm-options -Delastic.apm.disable_instrumentations=opentelemetry

1 Like