Skip to content
Recued
Menu
← Back to recipes

Datadog monitor investigation brief

by recued-core v1

Read-only investigation brief for one Datadog monitor. It reads the monitor, related monitor groups, logs, events, and optional metric timeseries through recued-core.datadog, then asks the AI summarizer for likely context, recent signal shape, missing evidence, and next investigation steps. It never mutes, updates, deletes, creates, ingests, or otherwise mutates Datadog records.

How it works 24 steps

Inspect the data fetches, transforms, gates, and output this recipe runs.

Process (24 steps)
scope trim
Trim whitespace from setting scope
metric_query trim
Trim whitespace from setting metric query
has_metric_query compare
Check if metric query has data
monitor ?
groups_raw ?
logs_raw ?
events_raw ?
metric_raw ?
skip: step.has_metric_query not_equal true
groups default
Apply default
logs default
Apply default
events default
Apply default
metrics default
Apply default
group_count count
Count items in groups
log_count count
Count items in logs
event_count count
Count items in events
metric_count count
Count items in metrics
group_rows slice
Take a subset of
log_rows slice
Take a subset of
event_rows slice
Take a subset of
summarize ?
group_table to_table
Format results as a data table
log_table to_table
Format results as a data table
event_table to_table
Format results as a data table
card to_summary
Format results as a summary card
Settings 13 configurable

Configurable at install. Defaults shown — change them anytime in Recued.

focus setting = Summarize the Datadog monitor, current groups, recent logs, recent events, optional metric series, likely blast radius, missing evidence, and concrete next investigation steps. Do not invent facts outside the Datadog data.
scope setting =
datadog setting =
log query setting = status:error OR status:critical
metric to setting = 0
row limit setting = 25
window to setting = now
max length setting = 1000
monitor id setting = 0
event query setting = source:monitor
metric from setting = 0
window from setting = now-2h
metric query setting =

Trust & control

What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.

Where it runs

Device + server Runs on your device (browser) or your server.

Permissions it requires

Read your Datadog connection
Declared by the recipe — Recued grants these at install, where you review them before approving.

About

Tags

datadog datadogobservabilitymonitorlogseventsmetricsai-summarypack:datadog

Details

24 steps 13 configurable settings recipe_id: datadog-monitor-investigation-brief