diff --git a/profile.graphqls b/profile.graphqls index 94c4167a57b7cf90e840558aaa9d008bc45f2319..0e41ce744b0fbd2983f0c90e9e8135a48a94fd07 100644 --- a/profile.graphqls +++ b/profile.graphqls @@ -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!]!