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

Improve node verifier output #1341

Open
pepoviola opened this issue Sep 8, 2023 · 0 comments
Open

Improve node verifier output #1341

pepoviola opened this issue Sep 8, 2023 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers Maintenance V1 maintenance

Comments

@pepoviola
Copy link
Collaborator

Currently we verify if all the nodes in the network are up by querying the /metrics endpoint. (to get the process start time). This process is reusing internal logic of the metrics module, but is not great to display the temp. errors to users like we are doing now

Error 	 fetching metrics from: http://127.0.0.1:40327/metrics

Error 	 fetching metrics from: http://127.0.0.1:36243/metrics

Error 	 fetching metrics from: http://127.0.0.1:35915/metrics

Error 	 fetching metrics from: http://127.0.0.1:42557/metrics

Error 	 fetching metrics from: http://127.0.0.1:42479/metrics

As we know that the init process of the nodes can take some time (at least to start to response from the prometheus server) we should improve the way we display this to users, since this are know and expected errors we can just have some progress bar or something similar.

@pepoviola pepoviola added enhancement New feature or request good first issue Good for newcomers labels Sep 8, 2023
@pepoviola pepoviola added the Maintenance V1 maintenance label Sep 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers Maintenance V1 maintenance
Projects
None yet
Development

No branches or pull requests

1 participant