Skip to content

Commit 2c345e1

Browse files
authored
Merge pull request ceph#59448 from rhcs-dashboard/improve-prometheus-service
mgr/dashboard: improve prometheus service request handling Reviewed-by: Afreen Misbah <[email protected]>
2 parents 1650722 + 027a726 commit 2c345e1

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)