New Relic Data Stream Parameters
The New Relic plugin provides configurable data streams that allow you to query and visualize different types of telemetry data from your New Relic account.
Each configurable data stream exposes a set of parameters that lets you filter the data you retrieve. The following information describes the available configurable data streams and their parameters in detail.
Events
Returns New Relic events for the entities in scope. Event key decides which kind of event, such as an infrastructure or an alert event.
Logs (by Attribute)
Returns log records for a scoped host, narrowed to a single attribute and value. Use it to pull out one class of log rather than everything the host emits.
Metric TimeSeries
Returns a metric averaged into a series across the timeframe, ready to plot on a line or area tile.
NRQL Query
Returns the result of a New Relic Query Language query. Use it to reach data the other New Relic data streams do not cover.