docs(llm-obs): document scheduling for Patterns configs - #37951
Closed
aniszoubiramar wants to merge 2 commits into
Closed
docs(llm-obs): document scheduling for Patterns configs#37951aniszoubiramar wants to merge 2 commits into
aniszoubiramar wants to merge 2 commits into
Conversation
Add a 'Schedule runs' section to the Patterns page describing the recurring cadence options (daily, weekdays, weekly, custom 1-7 days) and that scheduled runs use the same pipeline as manual runs.
aniszoubiramar
marked this pull request as draft
July 3, 2026 12:35
Contributor
Preview links (active after the
|
Move the schedule cadence options into 'Set up a Pattern' (a new step before Save) since configuring a schedule is part of creating a Pattern; drop the separate section to avoid duplication.
Contributor
Author
1 task
aniszoubiramar
added a commit
that referenced
this pull request
Jul 29, 2026
… scheduling (#38525) * docs(llm-obs): combine Patterns setup steps for new Model/Runs on UI + scheduling Reconciles the overlapping docs updates from #37951 (Pattern scheduling) and #38524 (revamped Model/Runs on config UI) into a single, correctly numbered walkthrough. * Minor structure and writing edits * Update "Runs" to "Runs on" in monitoring patterns documentation --------- Co-authored-by: Janine Chan <janine.chan@datadoghq.com>
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?
Documents that a Pattern can be configured with a recurring schedule on the LLM Observability Patterns page (
/llm_observability/monitoring/patterns/).Since choosing a schedule is part of creating a Pattern, this adds it as a step in Set up a Pattern (before Save): choose how the Pattern runs — On demand (default), Daily, Weekdays, Weekly, or Custom (every 1–7 days). Notes that scheduled times use the user's Datadog timezone and that scheduled runs use the same pipeline as manual runs (results in the same place; the page shows the most recent run).
Merge readiness
This feature is currently rolling out behind a feature flag (not yet GA for all orgs). Please hold merge until the rollout is confirmed — I'll check the box once it's ready.
For Datadog employees:
<name>/<description>convention (anis.amar/llm-obs-patterns-schedule-docs).AI assistance
Drafted with Claude Code; content reviewed and adjusted manually to match the existing Patterns page style.
Additional notes
Scoped to the Patterns page. The cadence wording matches the in-product control ("How often should we run Patterns?").