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

Updated sync metrics and new grafana dashboards #32

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

charnet3d
Copy link
Contributor

  • Existing sync flag has 3 states now:

    • "0" = Not Synced
    • "1" = Synced
    • "2" = In Progress
  • New Metric max_height to indicate the target height the node is
    syncing towards:

    • When in progress it takes the value of sync_tip_height.
    • When fully synced it takes the value of peak_height, this is
      because sync_tip_height is 0 when the node is synced.
  • New grafana dashboards supporting the latest metrics.
    There are 4 versions: one for users with one chia node, and another for
    users with multiple nodes. Each variant has a dark and light version.

* Existing sync flag has 3 states now:
    - "0" = Not Synced
    - "1" = Synced
    - "2" = In Progress

* New Metric max_height to indicate the target height the node is
syncing towards:
    - When in progress it takes the value of sync_tip_height.
    - When fully synced it takes the value of peak_height, this is
because sync_tip_height is 0 when the node is synced.

* New grafana dashboards supporting the latest metrics.
There are 4 versions: one for users with one chia node, and another for
users with multiple nodes. Each variant has a dark and light version.

Signed-off-by: charnet3d <[email protected]>
@charnet3d
Copy link
Contributor Author

charnet3d commented Jul 24, 2021

image

I was able to catch one of my nodes syncing to show you how it should look. I don't know how to make the current and max height fields show the color orange based on the other metric's value... If you know how to do this it'll be even better :)

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

Successfully merging this pull request may close these issues.

1 participant