Skip to content

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 <charnet3d@gmail.com>
@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 :)

@philippnormann philippnormann force-pushed the main branch 6 times, most recently from 7d4f013 to 8f80799 Compare January 15, 2022 00:11
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