HDFS-11863. Document missing metrics for blocks count in pending IBR. Contributed By Yiqun Lin.
(cherry picked from commit 2a8fcf0c9a
)
This commit is contained in:
parent
fe185e2c3a
commit
2755255744
|
@ -319,6 +319,10 @@ Each metrics record contains tags such as SessionId and Hostname as additional i
|
|||
| `SendDataPacketTransferNanosNumOps` | Total number of sending packets |
|
||||
| `SendDataPacketTransferNanosAvgTime` | Average transfer time of sending packets in nanoseconds |
|
||||
| `BPServiceActorInfo` | The information about a block pool service actor |
|
||||
| `BlocksInPendingIBR` | Number of blocks in pending incremental block report (IBR) |
|
||||
| `BlocksReceivingInPendingIBR` | Number of blocks at receiving status in pending incremental block report (IBR) |
|
||||
| `BlocksReceivedInPendingIBR` | Number of blocks at received status in pending incremental block report (IBR) |
|
||||
| `BlocksDeletedInPendingIBR` | Number of blocks at deleted status in pending incremental block report (IBR) |
|
||||
|
||||
FsVolume
|
||||
--------
|
||||
|
|
Loading…
Reference in New Issue