diff --git a/plugins/outputs/datadog/README.md b/plugins/outputs/datadog/README.md index e8e61a9f5..f16940c6f 100644 --- a/plugins/outputs/datadog/README.md +++ b/plugins/outputs/datadog/README.md @@ -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 @@ -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 diff --git a/plugins/outputs/datadog/sample.conf b/plugins/outputs/datadog/sample.conf index 35852d7c4..bd933be30 100644 --- a/plugins/outputs/datadog/sample.conf +++ b/plugins/outputs/datadog/sample.conf @@ -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