docs(dns-monitors): document the HTTPS (RFC 9460) record type#397
Merged
Conversation
Add HTTPS to the supported record types and the DnsMonitor construct reference, plus an HTTPS JSON-response accordion and an HTTP/3 monitoring use case in the configuration page (assert alpn contains h3 via a text-answer capture group; ipv4hint/ipv6hint present).
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
Swap the savearoundtrip.com example for is.checkly.online (a Checkly-owned domain that advertises HTTP/3), matching the page's real-domain examples; use its actual ipv4hint/ipv6hint values.
sujaya-sys
approved these changes
Jun 24, 2026
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
What
Documents the new HTTPS (RFC 9460, DNS type 65 / SVCB) record type for DNS monitors — used to monitor a domain's HTTPS service-binding record (HTTP/3 advertisement via
alpn,ipv4hint/ipv6hint,ech).Changes
detect/uptime-monitoring/dns-monitors/overview.mdx— add HTTPS to the supported record types list.detect/uptime-monitoring/dns-monitors/configuration.mdx— add an HTTPS JSON-response accordion and a "Verify a domain advertises HTTP/3" use case; assertalpncontainsh3via a text-answer capture group, plusipv4hint/ipv6hintpresent. Includes the substring-precision caveat.constructs/dns-monitor.mdx— add HTTPS to therecordTypelist (CLI construct reference).Context
Pairs with the runner/API + webapp support (checkly/monorepo) and the CLI
DnsRecordTypeaddition (checkly/checkly-cli #1360).