track_call
Record and track an individual API call with metadata
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| method | Yes | HTTP method (GET, POST, etc.) | |
| endpoint | Yes | API endpoint URL | |
| duration_ms | Yes | Call duration in milliseconds | |
| status_code | Yes | HTTP status code | |
| service_name | No | Source service identifier | |
| response_size_bytes | No | Response payload size |