SmallRye-OpenTelemetry This is a POC project that integrates OpenTelemetry in MicroProfile. The plan is to provide similar set of capabilities as defined in MicroProfile-OpenTracing. Debug Debug of the deployment can be enabled in arquillian.xml configuration file. Run the following to debug tests on port 8788. mvn -Dmaven.surefire.debug="-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8788 -Xnoagent -Djava.compiler=NONE" test