Skip to content

Commit 573b64e

Browse files
committed
add config
1 parent fcb6647 commit 573b64e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

cat-home/src/main/resources/config/heartbeat-display-policy.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,10 @@
4747
<metric id="ParSurvivorSpace" unit="M" delta="false" order="5" lable="MB" alert="false"/>
4848
<metric id="CMSOldGen" unit="M" delta="false" order="6" lable="MB" alert="false"/>
4949
<metric id="CMSPermGen" unit="M" delta="false" order="7" lable="MB" alert="false"/>
50+
<metric id="Metaspace" unit="M" delta="false" order="8" lable="MB" alert="false"/>
51+
<metric id="Compressed Class Space" unit="M" delta="false" order="9" lable="MB" alert="false"/>
52+
<metric id="PS Eden Space" unit="M" delta="false" order="10" lable="MB" alert="false"/>
53+
<metric id="PS Survivor Space" unit="M" delta="false" order="11" lable="MB" alert="false"/>
54+
<metric id="PS Old Gen" unit="M" delta="false" order="12" lable="MB" alert="false"/>
5055
</group>
5156
</heartbeat-display-policy>

0 commit comments

Comments
 (0)