For ease of debugging, this PR adds JAVA_OPTS environment for hypertrace-service. With these changes, now, we will able to debug from intellij using remote configuration.
Steps:
Build the docker image locally if you have made any changes using gradle command
gradlew dockerBuildImages
Modify the docker-compose file as shown below by adding JAVA_OPTS and exposing 5005 debug port
Description
For ease of debugging, this PR adds JAVA_OPTS environment for hypertrace-service. With these changes, now, we will able to debug from intellij using remote configuration.
Steps:
gradlew dockerBuildImages
Testing
Verified locally with docker-compose.