Does dd-trace-go support DD_REMOTE_CONFIGURATION_ENABLED like https://docs.datadoghq.com/tracing/trace_collection/library_config/cpp/ ?
Without that setting, it will always have remote configuration enabled when tracer is run.
If the agent is running with DD_REMOTE_CONFIGURATION_ENABLED: false, the tracer requests that agents get a setting at DD_REMOTE_CONFIG_POLL_INTERVAL_SECONDS intervals, but it consistently fails.
Also, please let me know if you have any ideas to stop the redundant requests.
Does dd-trace-go support
DD_REMOTE_CONFIGURATION_ENABLEDlike https://docs.datadoghq.com/tracing/trace_collection/library_config/cpp/ ?Without that setting, it will always have remote configuration enabled when tracer is run.
If the agent is running with
DD_REMOTE_CONFIGURATION_ENABLED: false, the tracer requests that agents get a setting at DD_REMOTE_CONFIG_POLL_INTERVAL_SECONDS intervals, but it consistently fails.Also, please let me know if you have any ideas to stop the redundant requests.