Skip to content

Extend metrics with block propagation and commit time #5366

@0x009922

Description

@0x009922

Origin: #5348 (comment)

  • add timestamps related to the last block. This will help identify network and consensus latencies.
    • last_block_created_at - last block's creation timestamp. This timestamp universal for all peers and simply comes from the creation_time of the block.
    • last_block_arrived_at - when the last block arrived at this peer.
    • last_block_committed_at - when the block was committed by this peer locally.
  • add role - this could be useful (see [BUG] observing peer can't change a role #5330)

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions