From ee6202b8b58d79cc5bd4d3d7cccfea06ff07e122 Mon Sep 17 00:00:00 2001 From: Taewoo K Date: Mon, 18 Sep 2023 14:55:52 -0400 Subject: [PATCH] add Datadog API Throttling (#75015) * add Datadog API Throttling * add video * Update docs/sources/whatsnew/whats-new-next/index.md Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com> * Update docs/sources/whatsnew/whats-new-next/index.md Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com> * Fix casing of heading --------- Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com> --- docs/sources/whatsnew/whats-new-next/index.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/sources/whatsnew/whats-new-next/index.md b/docs/sources/whatsnew/whats-new-next/index.md index 585c46f3f8f..317037df04e 100644 --- a/docs/sources/whatsnew/whats-new-next/index.md +++ b/docs/sources/whatsnew/whats-new-next/index.md @@ -17,6 +17,19 @@ weight: -37 Welcome to Grafana Cloud! Read on to learn about the newest changes to Grafana Cloud. +## API throttling for Datadog data source + + + + +_Generally available in Grafana Cloud_ + +The Datadog data source supports blocking API requests based on upstream rate limits (for metric queries). With this update, you can set a rate limit percentage at which the plugin stops sending queries. + +To learn more, refer to [Datadog data source settings](/docs/plugins/grafana-datadog-datasource/latest#configure-the-data-source), as well as the following video demo. + +{{< video-embed src="/media/docs/datadog/datadog-rate-limit.mp4" >}} + ## Query-type template variables for Tempo data source