send_custom_metric
Send custom metric data points to Datadog to track application metrics and business KPIs, supporting gauge, count, and rate types.
Instructions
Send custom metric data points to Datadog.
Use this when: need to track custom application metrics or business KPIs.
Metric types:
gauge: Point-in-time value (temperature, queue size)
count: Count of events in interval
rate: Events per second
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | No | Optional hostname | |
| tags | No | Optional tags (e.g. ["env:prod", "region:us"]) | |
| points | Yes | [(timestamp, value), ...] where timestamp is Unix seconds | |
| interval | No | Seconds between points (for count/rate) | |
| metric_name | Yes | Your metric name (e.g. "app.users.active") | |
| metric_type | No | "gauge", "count", or "rate" | gauge |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||