This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/skywalking-data-collect-protocol.git


The following commit(s) were added to refs/heads/master by this push:
     new 3b491fa  Support collect ZGC memory pool metrics (#86)
3b491fa is described below

commit 3b491fac59afd267149a372f7e23a51503bf6619
Author: Wayne Chu <wayne...@waynechu.cn>
AuthorDate: Fri Oct 20 09:06:09 2023 +0800

    Support collect ZGC memory pool metrics (#86)
---
 language-agent/JVMMetric.proto | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/language-agent/JVMMetric.proto b/language-agent/JVMMetric.proto
index a4808f7..e0d55ed 100644
--- a/language-agent/JVMMetric.proto
+++ b/language-agent/JVMMetric.proto
@@ -73,6 +73,11 @@ enum PoolType {
     SURVIVOR_USAGE = 3;
     PERMGEN_USAGE = 4;
     METASPACE_USAGE = 5;
+    ZHEAP_USAGE = 6;
+    COMPRESSED_CLASS_SPACE_USAGE = 7;
+    CODEHEAP_NON_NMETHODS_USAGE = 8;
+    CODEHEAP_PROFILED_NMETHODS_USAGE = 9;
+    CODEHEAP_NON_PROFILED_NMETHODS_USAGE = 10;
 }
 
 message GC {

Reply via email to