Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

op-batcher: Increase the pending_blocks metric when a channel times out #12810

Merged
merged 1 commit into from
Nov 6, 2024

Conversation

geoknee
Copy link
Contributor

@geoknee geoknee commented Nov 4, 2024

In this situation, the blocks get another chance to be put into a channel, when the metric will be decremented. This leads to inaccurate (even negative) metrics.

In this situation, the blocks get another chance to be put into a channel, when the metric will be decremented. This leads to inaccurate (even negative) metrics.
@geoknee geoknee changed the title ensure we increase the pending_blocks metric when a channel times out op-batcher: Increase the pending_blocks metric when a channel times out Nov 4, 2024
@geoknee geoknee requested a review from sebastianst November 4, 2024 16:39
@geoknee geoknee added the A-op-batcher Area: op-batcher label Nov 4, 2024
@geoknee geoknee added this pull request to the merge queue Nov 6, 2024
Merged via the queue into develop with commit 4052ab9 Nov 6, 2024
49 checks passed
@geoknee geoknee deleted the gk/batcher-metric-fix branch November 6, 2024 06:44
GrapeBaBa pushed a commit to optimism-java/optimism that referenced this pull request Nov 13, 2024
…ethereum-optimism#12810)

In this situation, the blocks get another chance to be put into a channel, when the metric will be decremented. This leads to inaccurate (even negative) metrics.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-op-batcher Area: op-batcher
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants