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

chore(metrics): improve pool/builder metrics/events #290

Merged
merged 1 commit into from
Aug 10, 2023

Conversation

dancoombs
Copy link
Collaborator

@dancoombs dancoombs commented Aug 10, 2023

Add some metrics to the pool and include simulation violation in the rejection event

Closes #281

@dancoombs dancoombs force-pushed the danc/improve-metrics branch 2 times, most recently from e39f252 to 18b681b Compare August 10, 2023 11:56
Copy link
Member

@noam-alchemy noam-alchemy left a comment

Choose a reason for hiding this comment

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

Looks good for now, we may want to have folks starting work on unit test coverage.

@@ -130,6 +125,10 @@ where
}
}
for op in unmined_ops {
if op.entry_point != self.entry_point {
Copy link
Member

Choose a reason for hiding this comment

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

not in scope of this PR but is there an issue to measure unit test coverage on CI?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Made one #292

Copy link
Collaborator Author

@dancoombs dancoombs Aug 10, 2023

Choose a reason for hiding this comment

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

Also adding a test for this specific case. @dphilipson I'm pretty sure this logic is correct but would like your eyes on it.

@dancoombs dancoombs merged commit 433eead into main Aug 10, 2023
5 checks passed
@dancoombs dancoombs deleted the danc/improve-metrics branch August 10, 2023 22:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

metrics: Improve metrics for OSS
2 participants