Skip to content

Commit afab6ca

Browse files
fixup! EDU-576: Datadog integration
1 parent 4265efb commit afab6ca

File tree

4 files changed

+7
-2
lines changed

4 files changed

+7
-2
lines changed

content/integrations/index.textile

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ The following pre-built Webhooks can be configured:
2626
* "Zapier":/docs/integrations/webhooks/zapier
2727
* "Cloudflare Workers":/docs/integrations/webhooks/cloudflare
2828
* "IFTTT":/docs/integrations/webhooks/ifttt
29+
* "Datadog":/docs/integrations/webhooks/datadog
2930

3031
h2(#continuous). Outbound streaming
3132

content/datadog.textile content/integrations/streaming/datadog.textile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The Ably "Datadog":https://docs.datadoghq.com/integrations/ably/ integration ena
88

99
h2(#setup). Setup the Datadog integration
1010

11-
To connect Ably with Datadog, you must "request"::https://ably.com/support access to the integration. Once granted, you can authorize the integration through Datadog's "OAuth":https://docs.datadoghq.com/developers/integrations/oauth_for_integrations/ flow. This process requires the @api_keys_write@ scope, allowing Ably to push data to your Datadog account.
11+
To connect Ably with Datadog, you must "request":https://ably.com/support access to the integration. Once granted, you can authorize the integration through Datadog's "OAuth":https://docs.datadoghq.com/developers/integrations/oauth_for_integrations/ flow. This process requires the @api_keys_write@ scope, allowing Ably to push data to your Datadog account.
1212

1313
Once the integration is active, Datadog provides a specific Ably "dashboard":https://docs.datadoghq.com/integrations/ably/, allowing you to monitor key metrics without extra setup.
1414

content/pricing/enterprise.textile

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Enterprise packages can include features such as:
1414
- Custom CNAMEs := use your own custom domain, or a subdomain of Ably for your application or service.
1515
- SAML and SCIM := authenticate with Ably using your own Identity Provider (IdP) and automatically provision users within your Ably account.
1616
- Active traffic management := Ably can monitor the health of your own endpoints and proactively take steps to isolate, or move, traffic to ensure business continuity.
17-
- DataDog := send metrics from Ably into your DataDog account.
17+
- DataDog := send metrics from Ably into your "DataDog":/docs/integrations/streaming/datadog account.
1818
- PrivateLink := enable traffic from your users and servers into Ably without using the public internet via "AWS PrivateLink":https://aws.amazon.com/privatelink/.
1919
- Private clusters := guaranteed capacity and isolation from all other Ably users.
2020

src/data/nav/platform.ts

+4
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,10 @@ export default {
139139
name: 'Pulsar',
140140
link: '/docs/integrations/streaming/pulsar',
141141
},
142+
{
143+
name: 'DataDog',
144+
link: '/docs/integrations/streaming/datadog',
145+
},
142146
],
143147
},
144148
{

0 commit comments

Comments
 (0)