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 field | Required | Where it comes from |
|---|
API key (API_KEY) | Yes | The org API key (DD-API-KEY). |
Application key (APP_KEY) | Yes | A user application key (DD-APPLICATION-KEY). |
| Setting | Required | What it is |
|---|
Site (SITE) | No | The Datadog site, e.g. datadoghq.com or datadoghq.eu. |
| Tool | Access | What it does |
|---|
Search monitors (yekar.datadog.list-monitors) | Read | Search the org's monitors with Datadog's monitor query syntax - status, tags and name all match. |
Get monitor (yekar.datadog.get-monitor) | Read | Read one monitor: its query, thresholds, current overall state and per-group states. |
List events (yekar.datadog.list-events) | Read | List 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.