In New Relic, click Query your data
in the top right menu alternatively it could be a small command symbol if your screen width is small.
- Click the
Data explorer
- Search
deeper
- You should see two event types: DeeperConnectSample & DeeperConnectPeerSample
- You can click on either sample to view all the attributes and plot and chart any of the data you see however you like. Click on the
DeeperConnectSample
for now to continue with the guide.
If you are familiar with SQL or database querying, go to the Query Builder
tab.
The New Relic query language is quite forgiving so you can even start your query with the FROM
clause.
A query maybe populated for you already, however you can replace it and run a query like below for example.
For more information on NRQL querying see here.
You can set alerts with your NRQL queries also, see here.
Now that you are armed with the knowledge of where to find your data, you would have noticed some buttons such as select chart type and add to dashboard, this is a great way to shortcut into dashboards, if you'd like.
However if you want to get the most out of dashboards, view the docs here.