Skip to content

Commit 5a2ba2c

Browse files
Update instrumentation/jmx-metrics/library/hadoop.md
Co-authored-by: SylvainJuge <[email protected]>
1 parent a8a5b63 commit 5a2ba2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

instrumentation/jmx-metrics/library/hadoop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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. |

0 commit comments

Comments
 (0)