The logs of my Java applications have a lot of Failed to retrieve remote configuration which is noisy.
Failed to retrieve remote configuration: unexpected response code Internal Server Error 500 rpc error: code = Unknown desc = remote configuration service not initialized
I have not found any way to disable remote configuration in the java trace agent. Docs mention the DD_REMOTE_CONFIGURATION_ENABLED environment variable, but I did not find any reference to such an environment variable anywhere in the dd-trace-java code (contrary to the dd-trace-py code, see eg DataDog/dd-trace-py#5212)
Please provide a way to disable this warning.
(as for why we the remote-configuration endpoint is not reachable − it’s because we exclusively use Datadog PrivateLink which unfortunately does not include that endpoint.)
The logs of my Java applications have a lot of
Failed to retrieve remote configurationwhich is noisy.I have not found any way to disable remote configuration in the java trace agent. Docs mention the
DD_REMOTE_CONFIGURATION_ENABLEDenvironment variable, but I did not find any reference to such an environment variable anywhere in the dd-trace-java code (contrary to the dd-trace-py code, see eg DataDog/dd-trace-py#5212)Please provide a way to disable this warning.
(as for why we the remote-configuration endpoint is not reachable − it’s because we exclusively use Datadog PrivateLink which unfortunately does not include that endpoint.)