Skip to content

Commit e6d5f69

Browse files
authored
Remove JVM metrics for CW JMX release (#906)
*Issue #, if available:* Remove JVM metrics that are only used by Application Signals runtime to unblock CW JMX release. *Description of changes:* By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent 81e799b commit e6d5f69

File tree

1 file changed

+0
-7
lines changed
  • instrumentation/jmx-metrics/src/main/resources/jmx/rules

1 file changed

+0
-7
lines changed

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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,6 @@ rules:
5858
metricAttribute:
5959
name: param(name)
6060
mapping:
61-
CollectionUsage.used:
62-
metric: used_after_last_gc
63-
desc: Memory used after the most recent gc event
6461
Usage.init:
6562
metric: init
6663
desc: The initial amount of memory that the JVM requests from the operating system for the memory pool
@@ -110,10 +107,6 @@ rules:
110107
metric: jvm.system.cpu.utilization
111108
desc: The current load of CPU in host
112109
unit: "1"
113-
ProcessCpuTime:
114-
metric: jvm.cpu.time
115-
unit: ns
116-
desc: CPU time used
117110
ProcessCpuLoad:
118111
metric: jvm.cpu.recent_utilization
119112
unit: "1"

0 commit comments

Comments
 (0)