All Products
Search
Document Center

Blockchain as a Service:Monitoring metrics

Last Updated:Jul 31, 2024

The monitoring service of Alibaba Cloud BaaS provides multiple metrics to help you monitor the service status in the blockchain management console or the Cloud Monitor console.

Alibaba Cloud BaaS provides default monitoring metrics and custom monitoring metrics. This service provides multiple metrics, including transaction metrics and process metrics, to help you understand the status of the blockchain service. You can log on to the Cloud Monitor console and go to the Application Groups page to view the monitoring details. You can also set alert rules for monitoring metrics, so that you can receive alert notifications when an abnormal metric occurs.

Alibaba Cloud BaaS provides the following monitoring metrics:

  • Orderer nodes of consortium instances

  • Peer nodes of organization instances

Monitoring metrics

Monitoring metrics of consortium instances

Monitoring metric

Dimension

Unit

Description

OrdererTotalStorageSize

Orderer node

Bytes

The storage space occupied by the orderer node.

OrdererLedgerStorageSize

Channel

Bytes

The ledger storage space for the orderer node.

OrdererBroadcastBlockCounter

Channel

N/A

The number of blocks broadcast by the orderer node.

OrdererBroadcastTransactionCounter

Channel

N/A

The number of transactions broadcast by the orderer node.

Monitoring metrics for organization instances

Monitoring metric

Dimension

Unit

Description

PeerTotalStorageSize

Peer node

Bytes

The total storage space for the peer node.

PeerStatStorageSize

Peer node

Bytes

The total storage space for the peer node in the SateDB state.

PeerEndorsementCounter

Peer node

N/A

The number of peer node endorsements.

PeerEndorsementSuccessfulCounter

Peer node

N/A

The number of successful peer node endorsements.

PeerRecvTransactionCounter

Channel

N/A

The number of transactions received by the peer node.

PeerRecvTransactionSuccessfulCounter

Channel

N/A

The number of successful transactions validated by the peer node.

PeerRecvBlockCounter

Channel

N/A

The number of blocks received by the peer node.

PeerBlockCommitTime

Channel

Milliseconds

The amount of time consumed by the peer node to process blocks.

PeerLedgerStorageSize

Channel

Bytes

The ledger storage space for the peer node.