Skip to content

Commit 95b8aa0

Browse files
committed
cluster/partition: cleanup cloud storage probe on stop
1 parent 3f9fc60 commit 95b8aa0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/v/cluster/partition.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -594,6 +594,7 @@ ss::future<> partition::stop() {
594594
}
595595

596596
_probe.clear_metrics();
597+
_cloud_storage_probe->clear_metrics();
597598
vlog(clusterlog.debug, "Stopped partition {}", partition_ntp);
598599
}
599600

0 commit comments

Comments
 (0)