Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldambra committed Jan 17, 2024
1 parent 6a4b712 commit 488e660
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ const histogramActiveSessionsWhenCommitIsBlocked = new Histogram({
help: 'The number of active sessions on a partition when we skip committing due to a potentially blocking session',
buckets: [0, 1, 2, 3, 4, 5, 10, 20, 50, 100, 1000, 10000, Infinity],
})
}

type PartitionMetrics = {
lastMessageTimestamp?: number
Expand Down

0 comments on commit 488e660

Please sign in to comment.