feat(metrics): add a sample grafana dashboard#1069
Open
unwrap-nicolas wants to merge 3 commits into
Open
Conversation
141d474 to
fe8fc06
Compare
9605a28 to
773fe66
Compare
Co-authored-by: Rogério Ferreira <rogeriob2br@users.noreply.github.com>
773fe66 to
df0d794
Compare
Member
|
@unwrap-nicolas needs rebase |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description and Notes
This PR adds a Grafana dashboard for local observability of a Floresta node running via Docker Compose, without any manual setup.
e.g.: https://dashboard-floresta.nicolasplusplus.xyz/d/floresta-node/floresta-node-metrics
metrics/grafana/dashboards.ymland an initial dashboard atmetrics/grafana/dashboards/floresta-dashboard.json.docker-compose.ymlto mount Grafana provisioning and dashboards volumes and expose the UI on port 3000, keeping the Prometheus configuration as-is.utreexo_peer_countmetric to make Utreexo peer connectivity visible in the dashboard — while testing locally, the terminal was showing "Not enough utreexo peers" errors repeatedly and there was no way to track this through the dashboard.this PR depends on #834.
This work is based on the initial contribution by @rogeriob2br in #639.
How to verify the changes you have done?