metrics
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
}Changes
Changed in 2 of the 50 revisions of this API.11
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 20 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲