Skip to content

Commit 9ca437e

Browse files
update Filetotal metric (#234)
1 parent 83b2884 commit 9ca437e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jmx-metrics/src/main/resources/target-systems/hadoop.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ otel.instrument(beanHadoopNameNodeFS, "hadoop.name_node.volume.failed", "The num
3535
"VolumeFailuresTotal", otel.&longUpDownCounterCallback)
3636
otel.instrument(beanHadoopNameNodeFS, "hadoop.name_node.file.count", "The total number of files being tracked by the name node.", "{files}",
3737
["node_name" : { mbean -> mbean.getProperty("tag.Hostname") }],
38-
"TotalFiles", otel.&longUpDownCounterCallback)
38+
"FilesTotal", otel.&longUpDownCounterCallback)
3939
otel.instrument(beanHadoopNameNodeFS, "hadoop.name_node.file.load", "The current number of concurrent file accesses.", "{operations}",
4040
["node_name" : { mbean -> mbean.getProperty("tag.Hostname") }],
4141
"TotalLoad", otel.&longUpDownCounterCallback)

0 commit comments

Comments
 (0)