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

mev-boost metrics #6108

Open
twoeths opened this issue Nov 14, 2023 · 2 comments
Open

mev-boost metrics #6108

twoeths opened this issue Nov 14, 2023 · 2 comments
Assignees
Labels
meta-feature-request Issues to track feature requests. scope-metrics All issues with regards to the exposed metrics.

Comments

@twoeths
Copy link
Contributor

twoeths commented Nov 14, 2023

Problem description

  • Right now we don't have a good way to decide a good min-bid value for mev-boosts
  • Also there are 7-10 "no bid received" logs in the last 30 days, this takes up to 20% of mev-boost "/eth/v1/builder/header request. This log mostly means there is no bid greater than our min-bid
  • % of block produced locally panel is not easy to view, if I change the rate_interval to 7d the value is >50% - need to double check
Screenshot 2023-11-14 at 14 05 05

Solution description

Add metrics to grafana dashboard (may need to enhance lodestar):

  • fix % of published local block (see above)
  • histogram metrics of block value for both types of blocks
  • track all results of mev-boost requests. At least we should able to answer how many "getHeader" requests returning no bid ("no bid received" log in mev-boost)

Additional context

No response

@twoeths twoeths added the meta-feature-request Issues to track feature requests. label Nov 14, 2023
@twoeths
Copy link
Contributor Author

twoeths commented Nov 14, 2023

the above metrics were for % local blocks produced locally, this is % of local blocks published locally (metrics of vc)

Screenshot 2023-11-14 at 19 08 07

@philknows
Copy link
Member

We should push completing this if we want to better understand what min-bid setting works best for us. Will also allow other users to benefit from this too as they likely run mev-boost alongside their setup.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
meta-feature-request Issues to track feature requests. scope-metrics All issues with regards to the exposed metrics.
Projects
None yet
Development

No branches or pull requests

3 participants