pull/1358/head
elfrucool 2 years ago
parent 04db49883f
commit e45e817883

@ -36,7 +36,8 @@ func loadAvgGoroutine(ctx context.Context) {
)
tick := time.NewTicker(samplingFrequency).C
for {
f := func() {
// calling this because common.ProcessorQueueLengthCounter() returns zero values all time
w, err := common.GetSystemProcessInformation()
if err != nil {

Loading…
Cancel
Save