metrics_metric_timer_start
Start a timer to measure elapsed time. Returns a timer ID for later use with timer stop. Supports multiple timers with the same name running concurrently.
Instructions
[metrics] Start a timer for measuring elapsed time. Returns a timer_id string — pass it to metric_timer_stop. Multiple timers with the same name can run concurrently.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |