Skip to content

Commit

Permalink
Update module/metrics/verification.go
Browse files Browse the repository at this point in the history
Co-authored-by: Leo Zhang <zhangchiqing@gmail.com>
  • Loading branch information
yhassanzadeh13 and zhangchiqing committed Sep 15, 2021
1 parent 597fcd9 commit 1c369f8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion module/metrics/verification.go
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,10 @@ func NewVerificationCollector(tracer module.Tracer, registerer prometheus.Regist
Name: "max_chunk_data_pack_request_attempt_times",
Namespace: namespaceVerification,
Subsystem: subsystemRequesterEngine,
Help: "the maximum number of times a chunk data pack requested on requester engine",
// an indicator for when execution nodes is unresponsive to chunk data pack requests,
// in which case verification node will keep requesting the chunk data pack, and this
// metrics number will go up.
Help: "among all the pending chunk data packs requested by the requester engine, the maximum number of times a certain chunk data pack was requested",
})

// Verifier Engine
Expand Down

0 comments on commit 1c369f8

Please sign in to comment.