Datadog Connection¶
The Datadog Connection type enables integrations with the Datadog API client.
Default Connection IDs¶
Hooks and sensors related to Datadog use datadog_default
by default.
Configuring the Connection¶
- Host
Host name to associate with the sent events.
- Extra
Specify the extra parameters (as a JSON dictionary) that can be used in Datadog connection.
api_host
: Datadog API endpointapi_key
: Datadog API keyapp_key
: Datadog application keysource_type_name
: Datadog source type name (defaults to my_apps).