Skip to content

Commit c84824a

Browse files
akosyakovroboquat
authored andcommitted
[supervisor] bucket per each Gb for memory analytics
1 parent 16b4064 commit c84824a

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
@@ -1566,7 +1566,7 @@ func analysePerfChanges(ctx context.Context, wscfg *Config, w analytics.Writer,
15661566
}
15671567

15681568
cpuAnalyzer := &PerfAnalyzer{label: "cpu", defs: []int{1, 2, 3, 4, 5, 6, 7, 8}}
1569-
memoryAnalyzer := &PerfAnalyzer{label: "memory", defs: []int{1, 2, 4, 8, 16}}
1569+
memoryAnalyzer := &PerfAnalyzer{label: "memory", defs: []int{1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16}}
15701570
ticker := time.NewTicker(1 * time.Second)
15711571
for {
15721572
select {

0 commit comments

Comments
 (0)