Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 1.97 KB

File metadata and controls

17 lines (12 loc) · 1.97 KB

WorkflowMetrics

Complete metrics for a specific workflow.

This type combines all metric categories.

Fields

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.