Custom Observability & analytics
Last updated
Last updated
If your team has an in-house analytics framework, or would otherwise like to compute metrics on your own servers and push them as needed to Runway, you can connect a custom Observability & analytics integration to accomplish this. Once connected, a unique integration identifier will be generated that you can use to construct an endpoint URL for Runway's public API that can be used to stream data points to your app's integration in Runway.
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
Find the Custom Analytics integration module under the Observability & analytics section.
Click the Connect button.
You'll be prompted to choose a Display Name for your custom integration. This can be helpful if you intend to connect multiple custom analytics integrations from different data sources.
Click Submit.
A custom integration will be connected, and its unique integration identifier will be surfaced in the integration details table. You'll need this identifier to construct the public API endpoint that you'll use to send the integration data.
As events are sent to Runway and processed, they'll be shown in the "Events detected" list in the integration details table, along with the date and time of the last received event.
Once events are received and processed by Runway, they'll be visible in the Health Metrics page and available for the configuration of Observability & Analytics health metrics for your app.
Health metrics must be set up in order for custom analytics event data to be visible on the Rollouts page for releases in Runway.
Once the custom integration is set up and configured, data points can be sent to it using Runway's public API.
For more details on how to send data to your custom Observability & analytics integration, visit our public API documentation.