Little framework to create Java programs that behave like Linux daemons/Windows services. This method is called to start your program. It must be non blocking. If this method throws any Exception the ...
I am running a simple Spring Boot Java microservice with the latest release of the xray-agent .jar. I have followed the documentation from here. My application runs as an ECS service, with the ...