docs(outputs.datadog): Specify API v1 support (#15427)

This commit is contained in:
Joshua Powers 2024-05-31 02:33:22 -06:00 committed by GitHub
parent 719e3cbb3b
commit 58aae6201b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 1 deletions

View File

@ -1,7 +1,8 @@
# Datadog Output Plugin
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 -->
@ -24,6 +25,8 @@ See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
# 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

View File

@ -7,6 +7,8 @@
# 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