+ {{ t("metrics.total") }}: {{ metrics.total }}
+ {{ t("metrics.ok") }}: {{ metrics.ok }}
+ {{ t("metrics.failed") }}: {{ metrics.failed }}
+ {{ t("metrics.failureRate") }}: {{ pct(metrics.failureRate) }}
+
+ {{ t("metrics.avgDuration") }}: {{ metrics.avgDurationMs.toFixed(0) }}ms
+
+
+ {{ t("metrics.avgAttempts") }}: {{ metrics.avgAttempts.toFixed(1) }}
+
+
+