Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,6 @@ rules:
metricAttribute:
name: param(name)
mapping:
CollectionUsage.used:
metric: used_after_last_gc
desc: Memory used after the most recent gc event
Usage.init:
metric: init
desc: The initial amount of memory that the JVM requests from the operating system for the memory pool
Expand Down Expand Up @@ -110,10 +107,6 @@ rules:
metric: jvm.system.cpu.utilization
desc: The current load of CPU in host
unit: "1"
ProcessCpuTime:
metric: jvm.cpu.time
unit: ns
desc: CPU time used
ProcessCpuLoad:
metric: jvm.cpu.recent_utilization
unit: "1"
Expand Down
Loading