summarize_measurement
Summarize a measurement table by providing statistics and a downsampled trace preview to enable rapid analysis.
Instructions
Summarize a measurement table: stats plus a downsampled trace preview.
On a live server this uses DataFrameClient.query_decimated_data rather than downloading every row. Pass table_id directly, or result_id to use the first attached data table.
table_id: DataFrame table id. result_id: Test result whose data_table_ids should be used if table_id is omitted. preview_limit: Max preview points (capped at 100).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table_id | No | ||
| result_id | No | ||
| preview_limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||