未验证 提交 e3ec161a 编写于 作者: Stalary's avatar Stalary 提交者: GitHub

Jvm thread (#28)

* ADD: Add Thread

* MOD: modify type
上级 24788cf4
......@@ -42,6 +42,7 @@ message JVMMetric {
repeated Memory memory = 3;
repeated MemoryPool memoryPool = 4;
repeated GC gc = 5;
Thread thread = 6;
}
message Memory {
......@@ -80,3 +81,9 @@ enum GCPhrase {
OLD = 1;
}
message Thread {
int64 liveCount = 1;
int64 daemonCount = 2;
int64 peakCount = 3;
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册