28 lines
921 B
Text
28 lines
921 B
Text
|
# 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.
|
|||
|
## This plugin only supports the v1 API currently due to the authentication
|
|||
|
## method used.
|
|||
|
# 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"
|
|||
|
|
|||
|
## When non-zero, converts count metrics submitted by inputs.statsd
|
|||
|
## into rate, while dividing the metric value by this number.
|
|||
|
## Note that in order for metrics to be submitted simultaenously alongside
|
|||
|
## a Datadog agent, rate_interval has to match the interval used by the
|
|||
|
## agent - which defaults to 10s
|
|||
|
# rate_interval = 0s
|