Skip to content

Commit ce040de

Browse files
committed
fix jvm.cpu.time metric name
1 parent d767ed9 commit ce040de

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ rules:
7474
desc: Number of processors available to the Java virtual machine.
7575
# jvm.cpu.time
7676
ProcessCpuTime:
77-
metric: jvm.cpu.time
77+
metric: cpu.time
7878
type: counter
7979
sourceUnit: ns
8080
unit: s

0 commit comments

Comments
 (0)