Skip to content

Commit

Permalink
fix: add numSnapshotComplete to toString method
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterZh6 committed Sep 24, 2024
1 parent 6481c5a commit b93276d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -432,6 +432,7 @@ public String toString() {
+ ", numSnapshotCreate=" + numSnapshotCreate.getCount()
+ ", numSnapshotError=" + numSnapshotError.getCount()
+ ", snapshotToCheckpointTimeLag=" + snapshotToCheckpointTimeLag.getValue()
+ ", numSnapshotComplete=" + numSnapshotComplete.getCount()
+ ", numRecordsInPerSecond=" + numRecordsInPerSecond.getRate()
+ ", numBytesInPerSecond=" + numBytesInPerSecond.getRate()
+ ", auditReporter=" + auditReporter
Expand Down

0 comments on commit b93276d

Please sign in to comment.