Short answer: You can query datadog metrics in Datadog by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Datadog Query Datadog Metrics action to a workflow, map its 3 inputs from any upstream app, and it runs automatically every time the trigger fires. No code, and a free tier to start.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
Metric Query query | string | Required | Metric Query. e.g. "avg:system.cpu.user{*}" |
From (epoch) from | number | Required | From (epoch) |
To (epoch) to | number | Required | To (epoch) |
{"query": "avg:system.cpu.user{*}","from": "{{trigger.from}}","to": "{{trigger.to}}"}
{"series": [{"metric": "system.cpu.user","pointlist": [[1712835600000,45.2],[1712835660000,42.1]]}]}
Use these fields in downstream nodes for routing, logging, or error handling.
Any of these apps can fire this action as part of a workflow.