Complete metrics for a specific workflow.
This type combines all metric categories.
| Field | Type | Required | Description |
|---|---|---|---|
execution_count |
models.ScalarMetric | ✔️ | Scalar metric with a single value. |
success_count |
models.ScalarMetric | ✔️ | Scalar metric with a single value. |
error_count |
models.ScalarMetric | ✔️ | Scalar metric with a single value. |
average_latency_ms |
models.ScalarMetric | ✔️ | Scalar metric with a single value. |
latency_over_time |
models.TimeSeriesMetric | ✔️ | Time-series metric with timestamp-value pairs. |
retry_rate |
models.ScalarMetric | ✔️ | Scalar metric with a single value. |