Skip to content

Commit 16b4064

Browse files
mustard-mhroboquat
authored andcommitted
[supervisor] add 7,8 bucket for cpu perf analytics
1 parent 249a563 commit 16b4064

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/supervisor/pkg/supervisor/supervisor.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1565,7 +1565,7 @@ func analysePerfChanges(ctx context.Context, wscfg *Config, w analytics.Writer,
15651565
})
15661566
}
15671567

1568-
cpuAnalyzer := &PerfAnalyzer{label: "cpu", defs: []int{1, 2, 3, 4, 5, 6}}
1568+
cpuAnalyzer := &PerfAnalyzer{label: "cpu", defs: []int{1, 2, 3, 4, 5, 6, 7, 8}}
15691569
memoryAnalyzer := &PerfAnalyzer{label: "memory", defs: []int{1, 2, 4, 8, 16}}
15701570
ticker := time.NewTicker(1 * time.Second)
15711571
for {

0 commit comments

Comments
 (0)