Skip to content

Commit

Permalink
fix: registerMetricsForNumCompletedCheckpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterZh6 committed Sep 18, 2024
1 parent 8b7a3f5 commit e52d89c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ public SourceExactlyMetric(MetricOption option, MetricGroup metricGroup) {
registerMetricsForCurrentFetchEventTimeLag();
registerMetricsForCurrentEmitEventTimeLag();
registerMetricsForDeserializeTimeLag();
registerMetricsForNumCompletedCheckpoints(new ThreadSafeCounter());
registerMetricsForNumDeserializeSuccess(new ThreadSafeCounter());
registerMetricsForNumDeserializeError(new ThreadSafeCounter());
registerMetricsForNumSnapshotCreate(new ThreadSafeCounter());
Expand Down

0 comments on commit e52d89c

Please sign in to comment.