+
+
+ Baseline: {anomaly.baseline_value.toFixed(2)}
+
+ →
+
+ Detected: {anomaly.anomaly_value.toFixed(2)}
+
+
+ {anomaly.deviation_score.toFixed(2)}σ
+
+
+
+
+
+ Algorithm: {anomaly.detection_algorithm.replace(/_/g, ' ')}
+
+
+ Confidence: {(anomaly.confidence_score * 100).toFixed(0)}%
+
+
+ Detected {formatDistanceToNow(new Date(anomaly.detected_at), { addSuffix: true })}
+
+
+