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 e144053 commit f1e326eCopy full SHA for f1e326e
instrumentation/jmx-metrics/src/main/resources/jmx/rules/jvm.yaml
@@ -58,9 +58,6 @@ rules:
58
metricAttribute:
59
name: param(name)
60
mapping:
61
- CollectionUsage.used:
62
- metric: used_after_last_gc
63
- desc: Memory used after the most recent gc event
64
Usage.init:
65
metric: init
66
desc: The initial amount of memory that the JVM requests from the operating system for the memory pool
@@ -110,10 +107,6 @@ rules:
110
107
metric: jvm.system.cpu.utilization
111
108
desc: The current load of CPU in host
112
109
unit: "1"
113
- ProcessCpuTime:
114
- metric: jvm.cpu.time
115
- unit: ns
116
- desc: CPU time used
117
ProcessCpuLoad:
118
metric: jvm.cpu.recent_utilization
119
0 commit comments