query_nrql
Execute NRQL queries to retrieve and analyze New Relic monitoring data for application performance, infrastructure metrics, and business insights.
Instructions
Execute an NRQL query
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account_id | Yes | ||
| nrql | Yes |
Input Schema (JSON Schema)
{
"properties": {
"account_id": {
"title": "Account Id",
"type": "string"
},
"nrql": {
"title": "Nrql",
"type": "string"
}
},
"required": [
"account_id",
"nrql"
],
"type": "object"
}