Skip to content

Commit

Permalink
Fix checkpoint_exec_epoch metric
Browse files Browse the repository at this point in the history
  • Loading branch information
lxfind committed Feb 2, 2023
1 parent ff78f1c commit 816028a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ impl CheckpointExecutorMetrics {
)
.unwrap(),
checkpoint_exec_epoch: register_int_gauge_with_registry!(
"current_local_epoch",
"checkpoint_exec_epoch",
"Current epoch number in the checkpoint executor",
registry
)
Expand Down

0 comments on commit 816028a

Please sign in to comment.