fix: typo of the logic of CpuThreshold in comments (#4942)

Co-authored-by: zhouyy <zhouyy@ickey.cn>
This commit is contained in:
Eric
2025-06-12 16:28:44 +08:00
committed by GitHub
parent 985582264a
commit a99c14da4a

View File

@@ -34,7 +34,7 @@ type (
CheckInterval time.Duration `json:",default=10s"`
// ProfilingDuration is the duration for which profiling data is collected.
ProfilingDuration time.Duration `json:",default=2m"`
// CpuThreshold the collection is allowed only when the current service cpu < CpuThreshold
// CpuThreshold the collection is allowed only when the current service cpu > CpuThreshold
CpuThreshold int64 `json:",default=700,range=[0:1000)"`
// ProfileType is the type of profiling to be performed.