8000 mempool: Add missing gauge constructor for `size_bytes` metric by thanethomson · Pull Request #1642 · cometbft/cometbft · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

mempool: Add missing gauge constructor for size_bytes metric #1642

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

Merged
merged 1 commit into from
Nov 16, 2023

Conversation

thanethomson
Copy link
Contributor
@thanethomson thanethomson commented Nov 16, 2023

Running the nightlies on #1641 picked up a segmentation fault which I traced to the fact that we're not constructing a gauge related to the size_bytes metric (from #1568). In the v0.34 line, we need to manually construct these gauges.

Running the E2E nightlies manually on this branch to validate that this fixes the problem: https://github.com/cometbft/cometbft/actions/runs/6897189522


PR checklist

  • Tests written/updated
  • Changelog entry added in .changelog (we use unclog to manage our changelog)
  • Updated relevant documentation (docs/ or spec/) and code comments

Signed-off-by: Thane Thomson <connect@thanethomson.com>
@thanethomson thanethomson added the bug Something isn't working label Nov 16, 2023
@thanethomson thanethomson requested a review from a team as a code owner November 16, 2023 22:19
@thanethomson thanethomson mentioned this pull request Nov 16, 2023
3 tasks
@thanethomson thanethomson merged commit a6c1443 into v0.34.x Nov 16, 2023
@thanethomson thanethomson deleted the thane/v0.34.x/fix-missing-metric-constructor branch November 16, 2023 22:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants
0