File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
instrumentation/jmx-metrics/library Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,6 @@ Here is the list of metrics based on MBeans exposed by Hadoop.
1111| hadoop.dfs.block.corrupt | UpDownCounter | {block} | hadoop.node.name | Current number of blocks with corrupt replicas. |
1212| hadoop.dfs.volume.failure.count | Counter | {failure} | hadoop.node.name | Total number of volume failures across all data nodes. |
1313| hadoop.dfs.file.count | UpDownCounter | {file} | hadoop.node.name | Current number of files and directories. |
14- | hadoop.dfs.connection.count | UpDownCounter | {connection} | hadoop.node.name | Current number of connection. |
14+ | hadoop.dfs.connection.count | UpDownCounter | {connection} | hadoop.node.name | Current number of connections. |
1515| hadoop.dfs.data_node.live | UpDownCounter | {node} | hadoop.node.name | Number of data nodes which are currently live. |
1616| hadoop.dfs.data_node.dead | UpDownCounter | {node} | hadoop.node.name | Number of data nodes which are currently dead. |
You can’t perform that action at this time.
0 commit comments