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 1060c00 commit adb50a3Copy full SHA for adb50a3
instrumentation/jmx-metrics/src/main/resources/jmx/rules/jvm.yaml
@@ -58,7 +58,6 @@ rules:
58
metric: daemon
59
desc: Number of daemon threads
60
- bean: java.lang:type=OperatingSystem,*
61
- prefix: jvm.cpu.
62
type: gauge
63
mapping:
64
TotalSwapSpaceSize:
@@ -86,11 +85,11 @@ rules:
86
85
desc: The current load of CPU in host
87
unit: "1"
88
ProcessCpuTime:
89
- metric: time
+ metric: jvm.cpu.time
90
unit: ns
91
desc: CPU time used
92
ProcessCpuLoad:
93
- metric: recent_utilization
+ metric: jvm.cpu.recent_utilization
94
95
desc: Recent CPU utilization for the process
96
OpenFileDescriptorCount:
0 commit comments