3
0

Remove remaining monitor types (code cleanup)

This commit is contained in:
Denis Arh
2022-04-15 18:14:32 +02:00
parent c64116fc8f
commit 9d7a01a072

View File

@@ -10,19 +10,6 @@ import (
"github.com/cortezaproject/corteza-server/pkg/options"
)
type Monitor struct {
//Alloc,
//TotalAlloc,
//Sys,
//Mallocs,
//Frees,
//LiveObjects,
//PauseTotalNs uint64
//
//NumGC uint32
//NumGoroutine int
}
var (
// Holds options for monitor
opt options.MonitorOpt