docs(outputs.datadog): Specify API v1 support (#15427)
This commit is contained in:
parent
719e3cbb3b
commit
58aae6201b
|
|
@ -1,7 +1,8 @@
|
||||||
# Datadog Output Plugin
|
# Datadog Output Plugin
|
||||||
|
|
||||||
This plugin writes to the [Datadog Metrics API][metrics] and requires an
|
This plugin writes to the [Datadog Metrics API][metrics] and requires an
|
||||||
`apikey` which can be obtained [here][apikey] for the account.
|
`apikey` which can be obtained [here][apikey] for the account. This plugin
|
||||||
|
supports the v1 API.
|
||||||
|
|
||||||
## Global configuration options <!-- @/docs/includes/plugin_config.md -->
|
## Global configuration options <!-- @/docs/includes/plugin_config.md -->
|
||||||
|
|
||||||
|
|
@ -24,6 +25,8 @@ See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
||||||
# timeout = "5s"
|
# timeout = "5s"
|
||||||
|
|
||||||
## Write URL override; useful for debugging.
|
## 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"
|
# url = "https://app.datadoghq.com/api/v1/series"
|
||||||
|
|
||||||
## Set http_proxy
|
## Set http_proxy
|
||||||
|
|
|
||||||
|
|
@ -7,6 +7,8 @@
|
||||||
# timeout = "5s"
|
# timeout = "5s"
|
||||||
|
|
||||||
## Write URL override; useful for debugging.
|
## 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"
|
# url = "https://app.datadoghq.com/api/v1/series"
|
||||||
|
|
||||||
## Set http_proxy
|
## Set http_proxy
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue