Skip to main content

Datadog

Defines the configuration for Datadog metrics

Properties

NameTypeDescriptionRequired
credentials
(API Credentials)
objectyes

Additional Properties: not allowed
Example

{
"credentials": {
"api_key": "abcd1234",
"app_key": "efgh4567"
}
}

credentials: API Credentials

Properties

NameTypeDescriptionRequired
api_keystringThe API key used to authenticate requests to Datadog API
Minimal Length: 1
yes
app_keystringThe APP key used to authenticate requests to Datadog API
Minimal Length: 1
yes

Example

{
"api_key": "abcd1234",
"app_key": "efgh4567"
}