get_panel_data
Retrieve dashboard panel data, including metrics and time series, for custom dashboards in Coroot. Specify project, dashboard, and panel IDs, along with optional time ranges, to gather performance insights.
Instructions
Get data for a specific dashboard panel.
Retrieves the data that powers a specific panel in a custom dashboard, including metrics, time series data, or aggregated values.
Args: project_id: The project ID dashboard_id: The dashboard ID panel_id: The panel ID within the dashboard from_time: Optional start time (ISO format or relative like '-1h') to_time: Optional end time (ISO format or 'now')
Input Schema
Name | Required | Description | Default |
---|---|---|---|
dashboard_id | Yes | ||
from_time | No | ||
panel_id | Yes | ||
project_id | Yes | ||
to_time | No |