19 lines
480 B
Plaintext
19 lines
480 B
Plaintext
# Configuration for DataDog API to send metrics to.
|
|
[[outputs.datadog]]
|
|
## Datadog API key
|
|
apikey = "my-secret-key"
|
|
|
|
## Connection timeout.
|
|
# timeout = "5s"
|
|
|
|
## Write URL override; useful for debugging.
|
|
# url = "https://app.datadoghq.com/api/v1/series"
|
|
|
|
## Set http_proxy
|
|
# use_system_proxy = false
|
|
# http_proxy_url = "http://localhost:8888"
|
|
|
|
## Override the default (none) compression used to send data.
|
|
## Supports: "zlib", "none"
|
|
# compression = "none"
|