We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9855822 commit a99c14dCopy full SHA for a99c14d
internal/profiling/profiling.go
@@ -34,7 +34,7 @@ type (
34
CheckInterval time.Duration `json:",default=10s"`
35
// ProfilingDuration is the duration for which profiling data is collected.
36
ProfilingDuration time.Duration `json:",default=2m"`
37
- // CpuThreshold the collection is allowed only when the current service cpu < CpuThreshold
+ // CpuThreshold the collection is allowed only when the current service cpu > CpuThreshold
38
CpuThreshold int64 `json:",default=700,range=[0:1000)"`
39
40
// ProfileType is the type of profiling to be performed.
0 commit comments