diff --git a/frontend/app/components/Header/HealthStatus/HealthWidget.tsx b/frontend/app/components/Header/HealthStatus/HealthWidget.tsx index 9e528691c..1e666ba97 100644 --- a/frontend/app/components/Header/HealthStatus/HealthWidget.tsx +++ b/frontend/app/components/Header/HealthStatus/HealthWidget.tsx @@ -70,6 +70,7 @@ function HealthWidget({ {isError &&
Error getting service health status
}
+
Captured in total
Sessions: {healthResponse.details?.numberOfEventCaptured.toLocaleString()}
Events: {healthResponse.details?.numberOfSessionsCaptured.toLocaleString()}