Skip to main content

Datadog

Read Datadog monitors and the event stream.

Connect Datadog with an API key + application key pair to search monitors, read one monitor's state, and list events in a time window.

Connect

Credential fieldRequiredWhere it comes from
API key (API_KEY)YesThe org API key (DD-API-KEY).
Application key (APP_KEY)YesA user application key (DD-APPLICATION-KEY).
SettingRequiredWhat it is
Site (SITE)NoThe Datadog site, e.g. datadoghq.com or datadoghq.eu.

Tools

ToolAccessWhat it does
Search monitors (yekar.datadog.list-monitors)ReadSearch the org's monitors with Datadog's monitor query syntax - status, tags and name all match.
Get monitor (yekar.datadog.get-monitor)ReadRead one monitor: its query, thresholds, current overall state and per-group states.
List events (yekar.datadog.list-events)ReadList events from the org's event stream in a time window - deploys, alerts firing, and custom events.

Notes

  • In Datadog, copy an API key (Organization settings → API Keys) and create an application key (→ Application Keys). Reads need both.
  • Set the site to where the account lives (datadoghq.com, datadoghq.eu, us3/us5/ap1…) - keys only work on their own site.