From f34926ceef05d8d198f17592138c9aa0152f83c1 Mon Sep 17 00:00:00 2001 From: emarsha94 <52013262+emarsha94@users.noreply.github.com> Date: Thu, 9 May 2024 17:31:16 -0500 Subject: [PATCH 1/3] Update _index.md --- content/en/developers/integrations/_index.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/content/en/developers/integrations/_index.md b/content/en/developers/integrations/_index.md index cce7720841f76..ae2214db24cf2 100644 --- a/content/en/developers/integrations/_index.md +++ b/content/en/developers/integrations/_index.md @@ -106,8 +106,12 @@ API-based integrations can submit telemetry—such as metrics, traces, logs, and Technology Partners write and host the implementation code that makes up the integration. [Creating an API integration][1] works well for Technology Partners building a connector between Datadog and another SaaS platform. - - +## Requirements +All integrations must include the following: +* Out-of-the-box Integration Dashboard +* 3 or more images for your tile +* OAuth - for API Integrations only +* Log pipeline - If your integration is sending in logs ## Further reading From f54e6787a4441c53797341c2a2e346ea309bb6c1 Mon Sep 17 00:00:00 2001 From: emarsha94 <52013262+emarsha94@users.noreply.github.com> Date: Thu, 9 May 2024 17:59:07 -0500 Subject: [PATCH 2/3] Update content/en/developers/integrations/_index.md Co-authored-by: Heston Hoffman --- content/en/developers/integrations/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/developers/integrations/_index.md b/content/en/developers/integrations/_index.md index ae2214db24cf2..c14e5f088b042 100644 --- a/content/en/developers/integrations/_index.md +++ b/content/en/developers/integrations/_index.md @@ -111,7 +111,7 @@ All integrations must include the following: * Out-of-the-box Integration Dashboard * 3 or more images for your tile * OAuth - for API Integrations only -* Log pipeline - If your integration is sending in logs +* A log pipeline - If your integration sends logs to Datadog ## Further reading From 3cd7efec5d6897b40b4677129c4e9b54689457cf Mon Sep 17 00:00:00 2001 From: emarsha94 <52013262+emarsha94@users.noreply.github.com> Date: Thu, 9 May 2024 17:59:12 -0500 Subject: [PATCH 3/3] Update content/en/developers/integrations/_index.md Co-authored-by: Heston Hoffman --- content/en/developers/integrations/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/developers/integrations/_index.md b/content/en/developers/integrations/_index.md index c14e5f088b042..7169b7d124b33 100644 --- a/content/en/developers/integrations/_index.md +++ b/content/en/developers/integrations/_index.md @@ -108,7 +108,7 @@ Technology Partners write and host the implementation code that makes up the int ## Requirements All integrations must include the following: -* Out-of-the-box Integration Dashboard +* An Out-of-the-box Integration Dashboard * 3 or more images for your tile * OAuth - for API Integrations only * A log pipeline - If your integration sends logs to Datadog