This repository was archived by the owner on Jan 5, 2026. It is now read-only.
Add USE_OS_DNS_RESOLVER env var info#1268
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
| `HTTP_PROXY`|HTTP proxy configuration for the outbound connection to the Checkly API, used for agent management and monitoring. Used if the proxy server does not accept HTTPS connections. `http://user:password@127.0.0.1:8080` | ||
| `JOB_CONCURRENCY`|(Default: 1, max: 10) Number of concurrent checks that are run by the agent. | ||
| `LOG_LEVEL`|(Default: `INFO`) Set the log level of the agent. Can be one of `DEBUG`, `LOG`, `INFO`, `WARN` or `ERROR`. | ||
| `USE_OS_DNS_RESOLVER`|When set to true, TCP checks will resolve hostnames using the OS’s default DNS settings (`dns.lookup()`), instead of direct DNS queries (`dns.resolve()`). This ensures resolution behaves like it would on the local system (e.g. Kubernetes service names). |
Contributor
There was a problem hiding this comment.
Considering this is an advanced networking feature, I think we could go a bit lower-level in terms of describing what this env var does.
What do you think about this:
TCP checks will resolve DNS using the underlying
getaddrinfoC function of agent OS, instead of using the network. This enables easier DNS resolution for internal services e.g. services running in the same Kubernetes cluster.
ejanusevicius
approved these changes
Apr 28, 2025
Contributor
|
Merging this as the agent /w this feature has been released. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.