From d68a74d2a020fca45e92f6ff477723c334d3ae67 Mon Sep 17 00:00:00 2001 From: nick-delirium Date: Fri, 28 Apr 2023 15:40:15 +0200 Subject: [PATCH] change(ui): add more detials to health status --- frontend/app/components/Header/HealthStatus/HealthWidget.tsx | 1 + 1 file changed, 1 insertion(+) 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()}