Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 842 Bytes

README.adoc

File metadata and controls

18 lines (11 loc) · 842 Bytes

CI License

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