mirror of
https://github.com/tendermint/tendermint.git
synced 2026-08-16 20:26:12 +00:00
statesync/rpc: metrics for the statesync and the rpc SyncInfo (#6795)
This commit is contained in:
@@ -1396,6 +1396,27 @@ components:
|
||||
remaining_time:
|
||||
type: string
|
||||
example: "0"
|
||||
total_snapshots:
|
||||
type: string
|
||||
example: "10"
|
||||
chunk_process_avg_time:
|
||||
type: string
|
||||
example: "1000000000"
|
||||
snapshot_height:
|
||||
type: string
|
||||
example: "1262196"
|
||||
snapshot_chunks_count:
|
||||
type: string
|
||||
example: "10"
|
||||
snapshot_chunks_total:
|
||||
type: string
|
||||
example: "100"
|
||||
backfilled_blocks:
|
||||
type: string
|
||||
example: "10"
|
||||
backfill_blocks_total:
|
||||
type: string
|
||||
example: "100"
|
||||
ValidatorInfo:
|
||||
type: object
|
||||
properties:
|
||||
|
||||
Reference in New Issue
Block a user