Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var EnvironmentProfiler = &environmentProfiler{ latest: &cb.EnvironmentalProfile{ Hardware: &cb.HardwareProfile{}, }, }
View Source
var MEMSTATS = &runtime.MemStats{}
View Source
var ObservationBus = &observationBus{ queue: helper.NewLockFreeQueue(), signal: make(chan struct{}, 1), }
Functions ¶
Types ¶
type EventDataPayload ¶
type EventDataPayload struct {
// contains filtered or unexported fields
}
EventDataPayload is the package of event data inside LockFreeQueue
Click to show internal directories.
Click to hide internal directories.