From 3e940a6e719cba1b2a965b301ff3c091e83c358f Mon Sep 17 00:00:00 2001 From: mitchell amihod Date: Mon, 30 Oct 2023 02:47:15 +0000 Subject: [PATCH] docs(analysis): Add note about availability of new datadog v2 functionality (#3131) Add note about availability of new datadog v2 functionality Signed-off-by: mitchell amihod <4623+meeech@users.noreply.github.com> --- docs/analysis/datadog.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/analysis/datadog.md b/docs/analysis/datadog.md index 6e89058572..adfcd0d146 100644 --- a/docs/analysis/datadog.md +++ b/docs/analysis/datadog.md @@ -1,8 +1,5 @@ # Datadog Metrics -!!! important - Available since v0.10.0 - A [Datadog](https://www.datadoghq.com/) query can be used to obtain measurements for analysis. ```yaml @@ -46,6 +43,9 @@ stringData: ### Working with Datadog API v2 +!!! important + While some basic v2 functionality is working in earlier versions, the new properties of `formula` and `queries` are only available as of v1.7 + #### Moving to v2 If your old v1 was just a simple metric query - no formula as part of the query - then you can just move to v2 by updating the `apiVersion` in your existing Analysis Template, and everything should work.