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

Instrument RecentBlocksCache with metrics #4440

Merged
merged 2 commits into from
Mar 17, 2023
Merged

Conversation

neysofu
Copy link
Member

@neysofu neysofu commented Mar 9, 2023

Fixes #4391. These new metrics could help us with identifying and root-causing performance and load issues on the database.

@neysofu neysofu requested a review from lutter March 9, 2023 15:59
@neysofu neysofu self-assigned this Mar 9, 2023
@leoyvens leoyvens self-requested a review March 13, 2023 16:44
store/postgres/src/chain_store.rs Outdated Show resolved Hide resolved
store/postgres/src/chain_store.rs Outdated Show resolved Hide resolved
@neysofu neysofu force-pushed the filippo/chain-cache-metrics branch from 41ca6f6 to 4586243 Compare March 17, 2023 13:23
@neysofu neysofu force-pushed the filippo/chain-cache-metrics branch from 4586243 to efbf522 Compare March 17, 2023 13:43
@neysofu neysofu merged commit f4fa096 into master Mar 17, 2023
@neysofu neysofu deleted the filippo/chain-cache-metrics branch March 17, 2023 14:09
gusinacio pushed a commit to gusinacio/graph-node that referenced this pull request Mar 21, 2023
…ol#4440)

* store, node: instrument RecentBlocksCache with metrics

* store: small RecentBlocksCache code quality improvs.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Metrics to track chain head caching
2 participants