Documentation
¶
Index ¶
Constants ¶
View Source
const ( Category api.MetricCategory = "process" CommandProcessSignal api.CommandType = "process_signal" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Collector ¶
type Collector struct {
// contains filtered or unexported fields
}
func NewCollector ¶
func NewCollector() *Collector
type CollectorSpec ¶
type ControllerSpec ¶
type ControllerSpec struct {
Type string
}
type Module ¶
type Module struct {
// contains filtered or unexported fields
}
func New ¶
func New(intervals config.ReportConfig) *Module
func (*Module) CollectorEntries ¶
func (m *Module) CollectorEntries() []modules.CollectorEntry
func (*Module) ControllerEntries ¶
func (m *Module) ControllerEntries() []modules.ControllerEntry
func (*Module) Registration ¶
type Registration ¶
type Registration struct {
Collectors []CollectorSpec
Controllers []ControllerSpec
}
type SignalCommand ¶
Click to show internal directories.
Click to hide internal directories.