Skip to content

Commit 072797e

Browse files
[ECOINT-111] Add Inngest integration (DataDog#2660)
* Add Inngest integration * Update Inngest integration * Update Inngest integration * Update Inngest integration * Update Inngest integration * Update Inngest integration * Update Inngest integration * Update Inngest integration * add CODEOWNERS line for inngest * add default configuration and events values to manifest --------- Co-authored-by: dd-pub-platform[bot] <157534740+dd-pub-platform[bot]@users.noreply.github.com> Co-authored-by: Holden McGinnis <[email protected]>
1 parent 7eb45a2 commit 072797e

File tree

13 files changed

+1222
-0
lines changed

13 files changed

+1222
-0
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@
101101
/instabug/ @AbdallahHemdan [email protected] @DataDog/ecosystems-review
102102
/invary/ @tim-invary @DataDog/ecosystems-review
103103
/ilert/ @yacut [email protected] @DataDog/ecosystems-review
104+
/inngest/ @DataDog/ecosystems-review
104105
/insightfinder/ @dearmore @erinlmcmahon [email protected] @DataDog/ecosystems-review
105106
/isdown/ @ntomas [email protected] @DataDog/ecosystems-review
106107
/jamf_protect/ @DataDog/saas-integrations

inngest/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# CHANGELOG - Inngest
2+
3+
## 1.0.0 / 2025-05-08
4+
5+
_**Added**_:
6+
7+
* Initial Release

inngest/README.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
# Inngest
2+
3+
## Overview
4+
5+
Inngest's durable functions replace queues, state management, and scheduling to enable developers to build reliable, AI-ready step functions faster - without touching infrastructure.
6+
7+
Send key metrics about your Inngest functions and their underlying steps directly to your Datadog account. This allows you to proactively identify errors or performance issues, right alongside the monitoring you use for the rest of your infrastructure.
8+
9+
## Setup
10+
11+
1. In Datadog, navigate to **Integrations**, select the Inngest tile, and click **Install Integration**.
12+
13+
2. Click **Connect Accounts** to start the authorization process. You will be redirected to Inngest to complete the setup.
14+
15+
3. After authorization, your Production environment will start sending metrics.
16+
17+
4. To enable additional environments, visit **Inngest Cloud** > **Integrations** > **Datadog**.
18+
19+
20+
## Uninstallation
21+
22+
### In Inngest
23+
24+
1. Navigate to the **Integrations** tab.
25+
26+
2. Select **Datadog**, then click **Remove** next to each Datadog organization you wish to disconnect.
27+
28+
### In Datadog
29+
30+
1. In Datadog, navigate to **Integrations**, select the Inngest tile, and click **Uninstall Integration**.
31+
32+
2. Once this integration has been uninstalled, any previous authorizations are revoked.
33+
34+
3. Ensure that all API keys associated with this integration have been disabled by searching for the integration name on the [API Keys page][1].
35+
36+
37+
## Support
38+
39+
Need help? Contact Inngest through the following channels:
40+
41+
- Discord: [www.inngest.com/discord][2]
42+
- Open a support ticket: [app.inngest.com/support][3]
43+
44+
45+
[1]: /organization-settings/api-keys?filter=Inngest
46+
[2]: https://www.inngest.com/discord
47+
[3]: https://app.inngest.com/support

0 commit comments

Comments
 (0)