-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[DNM] Metrics #12803
base: main
Are you sure you want to change the base?
[DNM] Metrics #12803
Conversation
) | ||
|
||
func printShit() { | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
print some sht here
update, err = hph.ctx.Account(plainKey) | ||
if err != nil { | ||
return fmt.Errorf("GetAccount for key %x failed: %w", plainKey, err) | ||
} | ||
timeSpentReadingAccount += time.Since(a) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
btw this also includes read of Code (if codehash is not empty)
no lets not merge this - please we need to turn this into grafana metrics |
No description provided.