-
Notifications
You must be signed in to change notification settings - Fork 0
feat: add support for dns monitor documentation #54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
images/dns-request.png
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This UI has changed a tiny bit (inputs fit 100% width of section )
Co-authored-by: Paula Mallol <[email protected]>
Co-authored-by: Paula Mallol <[email protected]>
Co-authored-by: Paula Mallol <[email protected]>
Co-authored-by: Paula Mallol <[email protected]>
Automatically fetched from https://api.checklyhq.com/swagger.json Updated on 2025-10-15 02:33:42 UTC
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
Current limitations: | ||
|
||
- **Private locations**: DNS monitors do not currently support private locations. You can only run DNS monitors from Checkly's global public locations. | ||
- **Protocol**: DNS queries use UDP by default with automatic TCP fallback. You can pin to UDP-only or TCP-only if needed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: I don't think that is the case, we explicitly set a protocol which is used for the DNS query. 🤔
Given that DNS monitors are still in development, these docs require a final review and update once the feature has been finalized. A few notes on current gaps:
The section "Troubleshooting Common Issues" is currently AI generated. Would be great to get someone with DNS expertise to provide feedback on whether these are helpful examples.
Any copy related to JSON responses and JSON path assertions was a bit of a guessing game on my end, the snippets and assertion examples would need to be reviewed.
Anything else worth mentioning in the dev docs? e.g. any caching or lookup behavior that might be worth calling out for more technical folks?