-
Notifications
You must be signed in to change notification settings - Fork 32
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
blob size metric #118
blob size metric #118
Conversation
server/config.go
Outdated
SRSNumberToLoad: numBytes / 32, // # of fp.Elements | ||
NumWorker: uint64(runtime.GOMAXPROCS(0)), | ||
SRSOrder: 268435456, // 2 ^ 32 | ||
SRSNumberToLoad: numBytes / 32, // # of fp.Elements |
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.
fr.Elements
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.
thanks, updated!
@hopeyen what's up with this? |
Was gonna add a blob size metrics to eigenda proxy for throughput testing, but now I think there are better places where this metrics could live, perhaps EigenDA client 🤔 Since there's no clear motivation to add this metrics, I will close the PR for now |
add a simple metric to include blob sizes when proxy handle
GET
orPUT
PUT
for later we could add
store
as a label and replaceStore.Stats()