run-nrql-query
Execute NRQL queries against New Relic to retrieve and return data points for analysis or visualization as Mermaid charts.
Instructions
Execute a NRQL query and return the results as data points
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | NRQL query to execute | |
| timeout | No | Query timeout in milliseconds (default: 30000) | |
| valueKey | No | The key to extract values from for visualization (required if visualize is true) | |
| visualize | No | Whether to visualize the results as a Mermaid chart (default: false) | |
| chartTitle | No | The title for the chart (default: 'NRQL Query Results') | |
| yAxisLabel | No | The label for the y-axis (default: 'Value') |