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
fix(agent-data-plane): preserve DNS for hostname IPC endpoints (1.3.x backport) (#2069)
## Summary
Follow-up to PR #2059. This keeps the no-DNS IPC behavior for literal-IP endpoints like `127.0.0.1`, but preserves DNS resolution when the configured IPC endpoint host is a hostname.
Also includes the small doc wording cleanup on `without_dns_resolution()`.
## Testing
- `cargo fmt --package datadog-agent-commons --package saluki-io --check`
- `cargo test -p datadog-agent-commons ipc::client::tests`
Note: full `cargo fmt --check` still hits existing generated-file formatting diffs under stable rustfmt on this branch.
Co-authored-by: jesse.szwedko <jesse.szwedko@datadoghq.com>
0 commit comments