What it does
Datadog submits metrics, posts events, and lists monitors via the v1/v2 REST APIs.
Setup
- In Datadog → Organization Settings → API Keys, copy an API Key.
- For monitor reads, also create an Application Key under Organization Settings → Application Keys.
- In FlowFn, go to Platform Tools → Datadog → Connect and provide api_key + app_key (optional) + site (
us1/us3/us5/eu1/ap1).
Actions
- Submit Metric (single point, /api/v2/series), Create Event, List Monitors (requires app_key)
Notes
Timestamp is unix epoch seconds, not milliseconds.