Document tags automatically added to Synthetic test monitors#38412
Merged
Conversation
Adds a table covering check_type, check_status, probe_dc, and ci_execution_rule, with example values and search use cases, so customers can find where these come from without filing a support ticket.
Match the {{< ui >}} shortcode convention now used elsewhere on this
page instead of bold markdown for the UI element reference.
Contributor
Preview links (active after the
|
…ags' into traeger/synthetic-monitor-auto-tags
Colons are a reserved character in the monitor search syntax; since probe_dc values contain a colon (e.g. aws:ap-northeast-1), the value needs to be quoted to search it correctly.
Custom monitor tags are searched through tag:"key:value" (the full pair quoted), not bare key:value like the dedicated env/service facets. Updates the examples to match.
maycmlee
reviewed
Jul 23, 2026
maycmlee
left a comment
Contributor
There was a problem hiding this comment.
Some suggestions and a question
Incorporates maycmlee's suggestions: active-voice intro sentence, "What the tag captures" header, clearer check_type/ci_execution_rule descriptions, and tightened search-example wording.
Contributor
Author
|
Thanks for the review! Applied all six suggestions as-is. |
maycmlee
approved these changes
Jul 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 does this PR do? What is the motivation?
Adds a new "Automatically added tags" section to the Synthetic Monitors doc page, documenting the tags Datadog adds to a Synthetic test's monitor based on the test's own configuration (
check_type,check_status,probe_dc,ci_execution_rule). Includes a table of available values and short examples of how to use these tags to search/filter on the Manage Monitors page.This behavior wasn't previously documented, so support had no page to point customers to when asked about it.
Merge instructions
Merge readiness:
AI assistance
Used Claude Code for drafting and Vale style-guide self-review. Vale wasn't installed in the local environment, so the draft was manually checked against
CONTRIBUTING.md's word list and general principles; please flag anything the automated Vale CI check catches that I should fix.Additional notes
Happy to adjust wording, scope, or placement (currently placed under "View and manage Synthetic monitors" since that section already discusses searching monitors) based on doc team preference. No other pages were changed.