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.