提交 dde9a0da 编写于 作者: 静夜思朝颜's avatar 静夜思朝颜 提交者: wu-sheng

add max sampling count to the profile task (#27)

上级 ef1f9658
......@@ -28,6 +28,8 @@ input ProfileTaskCreationRequest {
minDurationThreshold: Int!
# when start monitor, time interval for each dumping the stack
dumpPeriod: Int!
# max number of traces will monitor on the sniffer
maxSamplingCount: Int!
}
# Profile task create result
......@@ -75,6 +77,8 @@ type ProfileTask {
minDurationThreshold: Int!
# when start monitor, time interval for each dumping the stack
dumpPeriod: Int!
# max number of traces will monitor on the sniffer
maxSamplingCount: Int!
# instance operation logs
logs: [ProfileTaskLog!]!
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册