nrql_batch_query
Run multiple NRQL queries in a single request to reduce round trips and speed up data retrieval from New Relic.
Instructions
Run multiple NRQL queries in a single request (more efficient than individual calls).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| queries | Yes | A dict mapping label names to NRQL query strings. Example: {"errors": "SELECT count(*) FROM TransactionError SINCE 1h ago", "throughput": "SELECT rate(count(*), 1 minute) ..."} |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||