Skip to content
Recued
Menu
← Back to recipes

Datadog observability triage digest

by recued-core v1

Scheduled read-only triage digest for Datadog monitor and signal health. It validates the connection, searches triggered monitors and monitor groups, reads recent logs and events through recued-core.datadog, renders compact tables, and optionally sends an in-app nudge when active signals are visible. It never creates or updates monitors, mutes monitors, changes downtimes, writes logs or events, changes dashboards, or calls arbitrary Datadog APIs.

How it works 24 steps

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

Process (24 steps)
auth ?
monitors_raw ?
groups_raw ?
logs_raw ?
events_raw ?
monitors default
Apply default
groups default
Apply default
logs default
Apply default
events default
Apply default
monitor_count count
Count items in monitors
group_count count
Count items in groups
log_count count
Count items in logs
event_count count
Count items in events
has_signals any
Check if any of the conditions are true
notify_enabled compare
Check if setting notify when alerts equals true
should_notify all
Check if all conditions are true
notify ?
skip: step.should_notify not_equal true
monitor_rows slice
Take a subset of
group_rows slice
Take a subset of
log_rows slice
Take a subset of
monitor_table to_table
Format results as a data table
group_table to_table
Format results as a data table
log_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.

datadog setting =
channels setting = in_app
end hour setting = 10
weekdays setting = 1,2,3,4,5
log query setting = status:error OR status:critical
row limit setting = 20
window to setting = now
start hour setting = 8
event query setting = source:monitor
group query setting = group_status:alert OR group_status:warn
window from setting = now-1h
monitor query setting = status:alert OR status:warn
notify when alerts setting = true

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

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

About

Tags

datadog datadogobservabilitymonitorslogseventsdigestincident-responsepack:datadog

Details

24 steps 13 configurable settings recipe_id: datadog-observability-triage-digest