Skip to content

docs: define lean_node_sync_status states - #41

Open
mzf11125 wants to merge 1 commit into
leanEthereum:mainfrom
mzf11125:feat/metrics-docs
Open

docs: define lean_node_sync_status states#41
mzf11125 wants to merge 1 commit into
leanEthereum:mainfrom
mzf11125:feat/metrics-docs

Conversation

@mzf11125

Copy link
Copy Markdown

Description

Resolves the open questions in #17 by defining what each lean_node_sync_status state means.

What changed

The Usage column for lean_node_sync_status now states that the metric tracks initial sync and any later catch-up, and defines the three states:

  • idle: sync has not started.
  • syncing: the node is catching up to the chain head.
  • synced: the node is caught up to the chain head.

This answers whether a node at the top of the chain is synced or syncing, and whether the metric covers only initial sync.

Related issues

Closes #17

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.

Add metrics for monitoring client sync process

1 participant