Datadog

Set up
Navigate to the Integration settings view
Select an app in the top left corner from the Switcher
Navigate to App Settings by clicking the gear icon (⚙️) at the top of the Timeline sidebar
Click on Integrations in the sidebar
Connect Datadog
Find the Datadog integration module under the Observability & analytics section
Click the Connect button
Enter your API Key and Application Key Secrets. You can find your API Key and Application Key Secrets by visiting Organization Settings > Access in Datadog. 🔗Datadog documentation: API and Application Keys
Configure the Datadog integration
Select the desired Datadog Application from the drop down list
Select custom action type events from your Datadog project to monitor from Runway. Additionally, you can specify event metrics to track metrics such as averages, medians, and percentiles.
Runway's Observability & Analytics integration with Datadog currently only supports RUM events of the Action event type with custom action types. Event metrics must be added as measures before they can be configured in Runway. You can read about adding facets/measures from custom attributes in Datadog's documentation here. Once you've added your custom attribute as a facet, it can be configured as an event metric in Runway using the facet's path. Note that the leading @
is not required.
See below for an example Event name + Metric name pair that monitors the custom edit_item
event for a bill-splitting app, and the associated amount
metric:
Event name:
edit_item
This is the action name of the custom Action event
Metric name:
context.amount
This is the
amount
measure that's been configured from theamount
custom attribute
You can view a full list of available custom actions by going to UX Monitoring > Sessions & Replays and filtering for Actions where @action.type:custom
Additional event types (e.g. Views
, Sessions
, and Resources
) are not currently supported. Out-of-the-box action types (like application_start
) are also not supported.
For a complete list of available metric types that Runway generates from your selected events, visit the Metric Types documentation.
Last updated
Was this helpful?