You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
8
8
9
9
h2(#setup). Setup the Datadog integration
10
10
11
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.
12
12
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.
14
14
15
15
The following steps setup the Datadog integration:
16
16
@@ -39,16 +39,19 @@ h3(#in-datadog). Remove access using Datadog
39
39
40
40
h2(#lite). Datadog lite
41
41
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.
43
43
44
44
The following statistics are streamed from Ably to Datadog:
45
45
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. |
0 commit comments