HDFS-16526. Addendum Add metrics for slow DataNode (#4191)

This commit is contained in:
Renukaprasad C 2022-04-20 18:57:43 +05:30 committed by GitHub
parent 76bbd17374
commit 4ff8a5dc73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -483,6 +483,7 @@ Each metrics record contains tags such as SessionId and Hostname as additional i
| `PacketsSlowWriteToOsCache` | Total number of packets whose write to os cache takes more than a certain time (300ms by default) |
| `slowFlushOrSyncCount` | Total number of packets whose sync/flush takes more than a certain time (300ms by default) |
| `slowAckToUpstreamCount` | Total number of packets whose upstream ack takes more than a certain time (300ms by default) |
FsVolume
--------