Integration capabilities
Relvy can be configured to read the following data from New Relic:- Logs
- APM Traces
- Golden Metrics for entities
Connecting to New Relic
Customers connect Relvy to their New Relic by providing the following options:- Account ID (How to find your account ID)
- API Key (How to create one)
Steps
- Navigate to your account settings page on Relvy.
- On the left menu panel, select
Data Sources
. - Provide your Account ID and API Key in the
Connect New Relic
section. - You should see a green success badge that says
Connected
Configuration
Relvy writes queries in NRQL while fetching data. Please use NRQL to specify your queries for the data that’s in scope for debugging. For example, if you have a log table calledLog
, then your base query could be something like select * from Log