Skip to content

Commit

Permalink
docs: Update datadog.md - clarify formulas #2813 (#2819)
Browse files Browse the repository at this point in the history
Update datadog.md - clarify formulas

Signed-off-by: Alex Eftimie <[email protected]>
  • Loading branch information
alexef authored Jun 6, 2023
1 parent 58af090 commit b853c29
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/analysis/datadog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit b853c29

Please sign in to comment.