Datadog
Defines the configuration for Datadog metrics
Properties
Name | Type | Description | Required |
---|---|---|---|
credentials (API Credentials) | object | yes |
Additional Properties: not allowed
Example
{
"credentials": {
"api_key": "abcd1234",
"app_key": "efgh4567"
}
}
credentials: API Credentials
Properties
Name | Type | Description | Required |
---|---|---|---|
api_key | string | The API key used to authenticate requests to Datadog API Minimal Length: 1 | yes |
app_key | string | The APP key used to authenticate requests to Datadog API Minimal Length: 1 | yes |
Example
{
"api_key": "abcd1234",
"app_key": "efgh4567"
}