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

blob size metric #118

Closed
wants to merge 9 commits into from
Closed

blob size metric #118

wants to merge 9 commits into from

Conversation

hopeyen
Copy link
Collaborator

@hopeyen hopeyen commented Sep 6, 2024

add a simple metric to include blob sizes when proxy handle GET or PUT

  • dispersal latency looks equivalent to the duration recorded for PUT

for later we could add store as a label and replace Store.Stats()

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
Copy link
Collaborator

Choose a reason for hiding this comment

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

fr.Elements

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

thanks, updated!

@samlaf
Copy link
Collaborator

samlaf commented Oct 7, 2024

@hopeyen what's up with this?

@hopeyen
Copy link
Collaborator Author

hopeyen commented Oct 7, 2024

@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

@hopeyen hopeyen closed this Oct 7, 2024
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.

3 participants