datadog_create_monitor
Create a Datadog monitor with a query, notification message, and priority. Define monitor type, tags, and alert conditions to track metrics or events.
Instructions
Create a new Datadog monitor (alert).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | Yes | Datadog API key | |
| app_key | Yes | Datadog Application key | |
| name | Yes | Monitor name | |
| type | No | Monitor type (e.g. metric alert, service check, event alert) | |
| query | Yes | Monitor query expression | |
| message | No | Notification message | |
| tags | No | Tags to attach to the monitor | |
| priority | No | Monitor priority (1-5) |