-
Notifications
You must be signed in to change notification settings - Fork 1
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
base: eigen-client-m0-implementation
Are you sure you want to change the base?
feat(eigen-client-m0-implementation): grafana metrics #334
Conversation
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(); |
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.
I think the idea is to not do this, that is why we have a PR to era-observability
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.
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.
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.
Let's add that and remove that code then!
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.
Done!
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.
LGTM
* Add shutdown to dispatch batches * Add JoinSet * Format code * Fix unbounded channel breaking authenticated dispersal * Fix pr comments
What ❔
Implement grafana metrics for data availability dispatcher
Checklist
zkstack dev fmt
andzkstack dev lint
.