Skip to content

Commit adb50a3

Browse files
committed
Fix naming.
1 parent 1060c00 commit adb50a3

File tree

1 file changed

+2
-3
lines changed
  • instrumentation/jmx-metrics/src/main/resources/jmx/rules

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ rules:
5858
metric: daemon
5959
desc: Number of daemon threads
6060
- bean: java.lang:type=OperatingSystem,*
61-
prefix: jvm.cpu.
6261
type: gauge
6362
mapping:
6463
TotalSwapSpaceSize:
@@ -86,11 +85,11 @@ rules:
8685
desc: The current load of CPU in host
8786
unit: "1"
8887
ProcessCpuTime:
89-
metric: time
88+
metric: jvm.cpu.time
9089
unit: ns
9190
desc: CPU time used
9291
ProcessCpuLoad:
93-
metric: recent_utilization
92+
metric: jvm.cpu.recent_utilization
9493
unit: "1"
9594
desc: Recent CPU utilization for the process
9695
OpenFileDescriptorCount:

0 commit comments

Comments
 (0)