Skip to content

Commit 027a726

Browse files
author
Naman Munet
committed
mgr/dashboard: improve prometheus service request handling
Fixes: https://tracker.ceph.com/issues/67067 Signed-off-by: Naman Munet <[email protected]>
1 parent 39beec9 commit 027a726

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/multi-cluster/multi-cluster.component.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -433,5 +433,6 @@ export class MultiClusterComponent implements OnInit, OnDestroy {
433433
ngOnDestroy(): void {
434434
this.subs.unsubscribe();
435435
clearInterval(this.interval);
436+
this.prometheusService.unsubscribe();
436437
}
437438
}

0 commit comments

Comments
 (0)