New Relic

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 New Relic
Find the New Relic integration module under the Observability & analytics section
Click the Connect button.
If you've previously connected a New Relic integration for stability monitoring, you can use the same provider to connect New Relic for the observability & analytics capability. Alternatively, you can create a new installation by following the steps below.
Click New installation and enter an API key. You can create a New Relic API key by going to Profile > API Keys. 🔗New Relic API key documentation.
Click Save to finish adding the integration provider.
Configure New Relic
Select the application that's associated with your Production environment.
Select key events from your New Relic application to monitor in Runway.
For custom events, the value you enter in the Event field should be the event type and event name with a period delimiter in between. For example,
Action.ClickButton
.For each event, you can optionally use the Attribute field to specify an event attribute (e.g.
amount
) to track attribute value-related metrics such as averages, medians, and percentiles. Alternatively, you can also use the Attribute field to filter events using basic query string syntax: for example, if you have apage_load
event and want to measure unsuccessful loads on a "checkout" screen, you might entername=checkout&success=false
for the Attribute value.
Last updated
Was this helpful?