-
Notifications
You must be signed in to change notification settings - Fork 973
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: new metrics - deployment dashboard #2464
Conversation
Signed-off-by: Jose Ramon Mañes <jose@celestia.org>
Signed-off-by: Jose Ramon Mañes <jose@celestia.org>
Signed-off-by: Jose Ramon Mañes <jose@celestia.org>
Signed-off-by: Jose Ramon Mañes <jose@celestia.org>
Signed-off-by: Jose Ramon Mañes <jose@celestia.org>
Signed-off-by: Jose Ramon Mañes <jose@celestia.org>
Signed-off-by: Jose Ramon Mañes <jose@celestia.org>
Signed-off-by: Jose Ramon Mañes <jose@celestia.org>
Signed-off-by: Jose Ramon Mañes <jose@celestia.org>
Signed-off-by: Jose Ramon Mañes <jose@celestia.org>
Codecov Report
@@ Coverage Diff @@
## main #2464 +/- ##
==========================================
+ Coverage 52.48% 52.54% +0.06%
==========================================
Files 156 156
Lines 9995 9995
==========================================
+ Hits 5246 5252 +6
+ Misses 4283 4278 -5
+ Partials 466 465 -1 |
Signed-off-by: Jose Ramon Mañes <jose@celestia.org>
Signed-off-by: Jose Ramon Mañes <jose@celestia.org>
Signed-off-by: Jose Ramon Mañes <jose@celestia.org>
Signed-off-by: Jose Ramon Mañes <jose@celestia.org>
@jrmanes please add |
Signed-off-by: Jose Ramon Mañes <jose@celestia.org>
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!
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. 🪨
@jrmanes please rebase 🙏 |
hello team!
I've added these changes to the code to expose some new metrics via Prometheus client to create the deployment dashboard in Grafana, this new dashboard will include info related to the chains, such as branches/tags, number of nodes, URLs, etc...
I'm using the values generated by the
ldflags
The dashboard will look like this:
Pending adding the consensus info, it will contain more info
Please, check the code and let me know if you find something to improve, I'll gladly do it 😊
Thanks in advance! 🚀
Jose Ramon Mañes
closes: https://github.com/celestiaorg/devops/issues/401