change(ui): add more detials to health status
This commit is contained in:
parent
ff5e2dc758
commit
d68a74d2a0
1 changed files with 1 additions and 0 deletions
|
|
@ -70,6 +70,7 @@ function HealthWidget({
|
|||
{isError && <div className={'text-secondary text-sm'}>Error getting service health status</div>}
|
||||
|
||||
<div className={'w-full'}>
|
||||
<div className={'font-semibold'}>Captured in total</div>
|
||||
<div>Sessions: {healthResponse.details?.numberOfEventCaptured.toLocaleString()}</div>
|
||||
<div>Events: {healthResponse.details?.numberOfSessionsCaptured.toLocaleString()}</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue