v1
latestOpenAPI 3.0.12026-07-177294143.2 KBmetrics
Get chain workflow metrics.
get/v1/metrics/chain/{chainID}/workflow
Path parameters
chainIDstring string required
ChainID (Bech32)
Response
A list of all available metrics.
Example response
{
"flagStateReceived": true,
"flagTransactionPosted": true,
"flagVMStarted": true,
"timeTransactionSeen": "2000-01-23T04:56:07.000+00:00",
"flagConsensusBatchKnown": true,
"timeTransactionFinalized": "2000-01-23T04:56:07.000+00:00",
"timeVMStarted": "2000-01-23T04:56:07.000+00:00",
"flagVMResultSigned": true,
"timeBatchProposalSent": "2000-01-23T04:56:07.000+00:00",
"timeVMResultSigned": "2000-01-23T04:56:07.000+00:00",
"timeCompleted": "2000-01-23T04:56:07.000+00:00",
"timeTransactionPosted": "2000-01-23T04:56:07.000+00:00",
"flagTransactionSeen": true,
"timeConsensusBatchKnown": "2000-01-23T04:56:07.000+00:00",
"currentStateIndex": 1,
"flagInProgress": true,
"flagBatchProposalSent": true,
"flagTransactionFinalized": true
}