Skip to content

Commit

Permalink
Update packages/beacon-node/src/metrics/metrics/lodestar.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
wemeetagain authored Jan 8, 2024
1 parent fc4ba7b commit 487f832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/beacon-node/src/metrics/metrics/lodestar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1300,7 +1300,7 @@ export function createLodestarMetrics(
}),
duration: register.histogram({
name: "lodestar_precompute_next_epoch_transition_duration_seconds",
help: "Duration of precomputeNextEpochTransition at lodestar side",
help: "Duration of precomputeNextEpochTransition, including epoch transition and hashTreeRoot",
buckets: [1, 2, 3, 4, 8],
}),
},
Expand Down

0 comments on commit 487f832

Please sign in to comment.