Skip to content

Commit 77f3ae3

Browse files
committed
Update naming.
1 parent adb50a3 commit 77f3ae3

File tree

1 file changed

+5
-1
lines changed
  • instrumentation/jmx-metrics/src/main/resources/jmx/rules

1 file changed

+5
-1
lines changed

instrumentation/jmx-metrics/src/main/resources/jmx/rules/jvm.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,10 @@ rules:
8484
metric: jvm.system.cpu.utilization
8585
desc: The current load of CPU in host
8686
unit: "1"
87+
CpuLoad:
88+
metric: jvm.system.cpu.utilization
89+
desc: The current load of CPU in host
90+
unit: "1"
8791
ProcessCpuTime:
8892
metric: jvm.cpu.time
8993
unit: ns
@@ -93,6 +97,6 @@ rules:
9397
unit: "1"
9498
desc: Recent CPU utilization for the process
9599
OpenFileDescriptorCount:
96-
metric: jvm.fd.open.count
100+
metric: jvm.open_file_descriptor.count
97101
desc: The number of opened file descriptors
98102
unit: "1"

0 commit comments

Comments
 (0)