Add support for IPv6 addresses for the agent in the tracer configuration - #350
Conversation
…tead of simply checking the environment variable
…vironment variable
…ead of environment variable
|
🎯 Code Coverage (details) 🔗 Commit SHA: 6a8a1fe | Docs | Datadog PR Page | Give us feedback! |
BenchmarksBenchmark execution time: 2026-08-11 16:29:58 Comparing candidate commit 6a8a1fe in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 8 metrics, 0 unstable metrics.
|
…g_agent_env_config()
Description
Add support for IPv6 addresses for the agent in the tracer configuration.
The only change is surrounding IPv6 addresses with brackets when building the agent URL.
Additional Notes
In
src/datadog/datadog_agent_config.cpp, the main part ofbuild_agent_url_from_environment_variables()is an extraction and a cleaning of what was inload_datadog_agent_env_config().Jira ticket: IMPL-185 C++ Tracer support IPv6