Skip to content

Commit 128e409

Browse files
committed
Update docs with latest info from Datadog.
Signed-off-by: mitchell amihod <4623+meeech@users.noreply.github.com>
1 parent 6f7b4d3 commit 128e409

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

docs/analysis/datadog.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,6 @@ stringData:
4646

4747
### Working with Datadog API v2
4848

49-
!!! note
50-
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.
51-
5249
#### Moving to v2
5350

5451
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.
@@ -172,3 +169,9 @@ metrics:
172169
queries:
173170
q: "{{ `max:kubernetes.containers.restarts{kube_app_name:{{args.kube_app_name}},rollouts_pod_template_hash:{{args.canary-hash}}}` }}"
174171
```
172+
173+
#### Rate Limits
174+
175+
For the `v1` API, you ask for an increase on the `api/v1/query` route.
176+
177+
Fgor the `v2` API, the Ratelimit-Name you ask for an increase in is the `query_scalar_public`.

0 commit comments

Comments
 (0)