Skip to content

Commit

Permalink
fix metrics name
Browse files Browse the repository at this point in the history
  • Loading branch information
dao-jun committed Nov 1, 2022
1 parent 52b0b31 commit 5127d25
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ public void close() throws Exception {
if (closed.compareAndSet(false, true)) {
EXECUTOR_QUEUE_SIZE.remove(this.metadataStoreName);
OPS_WAITING.remove(this.metadataStoreName);
BATCH_EXECUTE_TIME.remove(this.metadataStoreName);
OPS_PER_BATCH.remove(metadataStoreName);
}
}
}

0 comments on commit 5127d25

Please sign in to comment.