From 58aae6201b6906ba5abb89510e393c6abc90d76f Mon Sep 17 00:00:00 2001 From: Joshua Powers Date: Fri, 31 May 2024 02:33:22 -0600 Subject: [PATCH] docs(outputs.datadog): Specify API v1 support (#15427) --- plugins/outputs/datadog/README.md | 5 ++++- plugins/outputs/datadog/sample.conf | 2 ++ 2 files changed, 6 insertions(+), 1 deletion(-) 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