Skip to content

Commit a7dbfa0

Browse files
fixup! EDU-576: Datadog integration
1 parent 43fdf8c commit a7dbfa0

File tree

1 file changed

+15
-12
lines changed

1 file changed

+15
-12
lines changed

content/integrations/streaming/datadog.textile

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ meta_description: "Connect Ably and Datadog to monitor messages, channels, and c
44
meta_keywords: "Datadog, integrations, statistics, metrics, monitoring, analytics, enterprise"
55
---
66

7-
The Ably "Datadog":https://docs.datadoghq.com/integrations/ably/ integration enables you to monitor your application's statistics. Every 60 seconds, Ably streams a comprehensive set of "statistics":/docs/metadata-stats/stats#metrics to the Datadog API using the a generated API key, which is derived from "metadata subscriptions.":/metadata-stats/metadata/subscribe
7+
The Ably "Datadog":https://docs.datadoghq.com/integrations/ably/ integration enables you to monitor your application's statistics. Every 60 seconds, Ably streams a comprehensive set of "statistics":/docs/metadata-stats/stats#metrics to the Datadog API.
88

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

1111
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

13-
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.
13+
Once the integration is active, Datadog provides a specific Ably "dashboard":https://docs.datadoghq.com/integrations/ably/, enabling you to monitor key metrics without extra setup.
1414

1515
The following steps setup the Datadog integration:
1616

@@ -39,16 +39,19 @@ h3(#in-datadog). Remove access using Datadog
3939

4040
h2(#lite). Datadog lite
4141

42-
Ably streams a limited set of "statistics":/docs/metadata-stats/stats#metrics to the Datadog API. Datadog-lite minimizes data usage, making it a cost-effective alternative for use cases that don't need full statistics.
42+
Datadog Lite is a lightweight version of the full Datadog integration that sends a reduced set of "statistics":/docs/metadata-stats/stats#metrics to the Datadog API, available for "enterprise":/docs/pricing/enterprise customers. This integration is designed for use cases where full statistics are not required, such as when you only need to monitor a limited number channels or connections.
4343

4444
The following statistics are streamed from Ably to Datadog:
4545

46-
* @messages.all.messages@
47-
* @messages.all.presence@
48-
* @messages.inbound.all.all@
49-
* @messages.outbound.all.all@
50-
* @connections.all.peak@
51-
* @channels.peak@
52-
* @push.channelMessages@
53-
* @messages.persisted.messages@
54-
* @messages.persisted.presence@
46+
|_. Metric |_. Description |
47+
| @messages.all.messages@ | Total number of messages (excluding presence and state messages). |
48+
| @messages.all.presence@ | Total number of presence messages. |
49+
| @messages.inbound.all.all@ | Total number of inbound messages received by Ably from clients. |
50+
| @messages.outbound.all.all@ | Total number of outbound messages sent from Ably to clients. |
51+
| @connections.all.peak@ | Peak number of simultaneous realtime connections. |
52+
| @channels.peak@ | Peak number of active channels. |
53+
| @push.channelMessages@ | Total number of channel messages that included a push payload. |
54+
| @messages.persisted.messages@ | Total number of persisted messages (excluding presence and state messages). |
55+
| @messages.persisted.presence@ | Total number of persisted presence messages. |
56+
57+

0 commit comments

Comments
 (0)