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

feat(eigen-client-m0-implementation): grafana metrics #334

Open
wants to merge 8 commits into
base: eigen-client-m0-implementation
Choose a base branch
from

Conversation

juan518munoz
Copy link

What ❔

Implement grafana metrics for data availability dispatcher

image

Checklist

  • PR title corresponds to the body of PR (we generate changelog entries from PRs).
  • Tests for the changes have been added / updated.
  • Documentation comments have been added / updated.
  • Code has been formatted via zkstack dev fmt and zkstack dev lint.

core/node/da_clients/src/eigen/eigenda-integration.md Outdated Show resolved Hide resolved
core/node/da_clients/src/eigen/eigenda-integration.md Outdated Show resolved Hide resolved
Comment on lines 25 to 33
git::add_remote(
shell,
path_to_era_observability.clone(),
"lambda",
"https://github.com/lambdaclass/era-observability.git",
)?;
git::checkout(shell, path_to_era_observability.clone(), "eigenda")?;

spinner.finish();

Choose a reason for hiding this comment

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

I think the idea is to not do this, that is why we have a PR to era-observability

Copy link
Author

Choose a reason for hiding this comment

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

If that's the case then an temporary step should be added to the instructions, specifying how to checkout to the needed branch while said PR remains unmerged.

Choose a reason for hiding this comment

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

Let's add that and remove that code then!

Copy link
Author

Choose a reason for hiding this comment

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

Done!

Copy link

@gianbelinche gianbelinche left a comment

Choose a reason for hiding this comment

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

LGTM

Base automatically changed from eigen-client-m0-concurrent-dispatcher to eigen-client-m0-implementation November 12, 2024 13:20
* Add shutdown to dispatch batches

* Add JoinSet

* Format code

* Fix unbounded channel breaking authenticated dispersal

* Fix pr comments
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants