You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running multiple analysis with the datadog provider it's possible to hit rate limits with the v1/query API. These limits are returned in the headers on requests -- what we did to mitigate this was to increase the rate limit with datadog directly -- but it'd also be good to automatically retry on status code 429 with exponential backoff.
Summary
When running multiple analysis with the datadog provider it's possible to hit rate limits with the v1/query API. These limits are returned in the headers on requests -- what we did to mitigate this was to increase the rate limit with datadog directly -- but it'd also be good to automatically retry on status code 429 with exponential backoff.
Somewhat related issue: #2549
Use Cases
When using Datadog as a metric source for AnalysisTemplates.
Message from the maintainers:
Impacted by this bug? Give it a 👍. We prioritize the issues with the most 👍.
The text was updated successfully, but these errors were encountered: