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

fix: do not record trie root metrics for ParallelProof #13960

Merged
merged 1 commit into from
Jan 27, 2025

Conversation

Rjected
Copy link
Member

@Rjected Rjected commented Jan 24, 2025

This removes trie metrics recording from ParallelProof. This was causing metrics issues, showing in the grafana that the state root was taking 6ms, for example, because that metric was being updated:
Screenshot 2025-01-23 at 11 36 29 PM

This deletes these metrics, because they are really meant for the parallel state root calculator. Log targets are also made consistent, using trie::parallel_proof, and docs are added to ParallelProof.

@Rjected Rjected added C-enhancement New feature or request A-observability Related to tracing, metrics, logs and other observability tools A-trie Related to Merkle Patricia Trie implementation labels Jan 24, 2025
Copy link
Member

@emhane emhane left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this code is probs possible to make no_std compatible now

@Rjected Rjected added this pull request to the merge queue Jan 27, 2025
Merged via the queue into main with commit 4e78566 Jan 27, 2025
44 checks passed
@Rjected Rjected deleted the dan/remove-metrics-parallel-proofs branch January 27, 2025 17:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-observability Related to tracing, metrics, logs and other observability tools A-trie Related to Merkle Patricia Trie implementation C-enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants