Naineel Soyantar
Naineel Soyantar
## References
closes #598 ## 📑 Description - added required reconciler metrics to the Prometheus monitor - currently added metrics are ```go type Monitor struct { ModulesDeployed prometheus.Gauge CacheHits prometheus.Gauge CacheMisses prometheus.Gauge...
closes #596 ## 📑 Description This PR resolves the open SSE connection issue happening due to unutilized `AbortController` by using a `useRef` and aborting the SSE connections when the `PodModal`...
**Describe the bug** In PR #568, we added a state `logsSignalController` for the `AbortController`, which was used to abort an open SSE connection when the `PodModal` was closed. However, we...