### Problem When a lot of events are fired - computation of `HealthIndicator` will happen every time. It should be optimized. ### Solution Add `debounce` to this to ensure only last event triggers computation.