We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adb50a3 commit 77f3ae3Copy full SHA for 77f3ae3
instrumentation/jmx-metrics/src/main/resources/jmx/rules/jvm.yaml
@@ -84,6 +84,10 @@ rules:
84
metric: jvm.system.cpu.utilization
85
desc: The current load of CPU in host
86
unit: "1"
87
+ CpuLoad:
88
+ metric: jvm.system.cpu.utilization
89
+ desc: The current load of CPU in host
90
+ unit: "1"
91
ProcessCpuTime:
92
metric: jvm.cpu.time
93
unit: ns
@@ -93,6 +97,6 @@ rules:
97
94
98
desc: Recent CPU utilization for the process
95
99
OpenFileDescriptorCount:
96
- metric: jvm.fd.open.count
100
+ metric: jvm.open_file_descriptor.count
101
desc: The number of opened file descriptors
102
0 commit comments