Query a Grafana data source
query_datasourceRun read-only queries against Grafana data sources via the native plugin API. Define query objects with datasource UID and time range to fetch metrics and logs.
Instructions
Run bounded, read-only native plugin queries through Grafana's data source query API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| queries | Yes | Grafana /api/ds/query query objects; include refId and datasource.uid | |
| to_time | No | End time, e.g. now or epoch milliseconds | now |
| from_time | No | Start time, e.g. now-1h or epoch milliseconds | now-1h |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||