diff --git a/docs/analysis/datadog.md b/docs/analysis/datadog.md index 8a80064914..3010c9a4df 100644 --- a/docs/analysis/datadog.md +++ b/docs/analysis/datadog.md @@ -23,14 +23,13 @@ spec: apiVersion: v2 interval: 5m query: | - sum:requests.error.count{service:{{args.service-name}}} / - sum:requests.request.count{service:{{args.service-name}}} + sum:requests.error.rate{service:{{args.service-name}}} ``` The field `apiVersion` refers to the API version of Datadog (v1 or v2). Default value is `v1` if this is omitted. !!! note - Datadog is moving away from the legacy v1 API. Rate limits imposed by Datadog are therefore stricter when using v1. It is recommended to switch to v2 soon. If you switch to v2, you will not need to change any other field aside from `apiVersion`. + Datadog is moving away from the legacy v1 API. Rate limits imposed by Datadog are therefore stricter when using v1. It is recommended to switch to v2 soon. If you switch to v2, you will not be able to use formulas (operations between individual queries). Datadog api and app tokens can be configured in a kubernetes secret in argo-rollouts namespace.