metrics
Get chain pipe event metrics.
get/v1/metrics/chain/{chainID}/pipe
Path parameters
chainIDstring string required
ChainID (Bech32)
Response
A list of all available metrics.
Example response
{
"eventACSMsgPipeSize": 0,
"eventPeerLogIndexMsgPipeSize": 6,
"eventVMResultMsgPipeSize": 5,
"eventStateTransitionMsgPipeSize": 1,
"eventTimerMsgPipeSize": 5
}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
- ▲