You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
tetsuro-ohyama
changed the title
Does dd-trace-go support DD_REMOTE_CONFIGURATION_ENABLED?
Does dd-trace-go/tracer support DD_REMOTE_CONFIGURATION_ENABLED?
Dec 26, 2024
@tetsuro-ohyama I did a little something in #3063. Let me know if this what you are looking for. This could takes some time to be merged for testing and to make sure the the env var name is official and can be reported in the docs.
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.
The text was updated successfully, but these errors were encountered: