Hello,
I am using APM with Spring Boot, and I wanted to try out using CRaC.
Using custom code I am able to stop the resources from spring boot(ex tomcat), for Datadog, I am unable to stop the udp port opened by it.
I tried looking into the codebase and If I am not wrong the udp is coming from DDAgentStatsDConnection connections which are present in DDAgentStatsDClientManager class. I might be wrong.
Are there any plans for adding the support for CRaC, sping boot brings it in 3.2.0.
Also are there any workarounds for now, i.e. how can I close the udp port programatically and start it back again.
Hello,
I am using APM with Spring Boot, and I wanted to try out using CRaC.
Using custom code I am able to stop the resources from spring boot(ex tomcat), for Datadog, I am unable to stop the udp port opened by it.
I tried looking into the codebase and If I am not wrong the udp is coming from DDAgentStatsDConnection connections which are present in DDAgentStatsDClientManager class. I might be wrong.
Are there any plans for adding the support for CRaC, sping boot brings it in 3.2.0.
Also are there any workarounds for now, i.e. how can I close the udp port programatically and start it back again.