Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Processor ¶
type Processor interface {
api.Module
api.SyncInvoker
// Inject the gatherer module.
SetGatherer(gatherer api.Module) error
// Inject the sender module.
SetSender(sender api.Module) error
}
Processor is the APM data processing module in Satellite.
type ProcessorConfig ¶
type ProcessorConfig struct {
*config.CommonFields
FilterConfig []plugin.Config `mapstructure:"filters"` // filter plugins
}
ProcessorConfig contains all implementation fields.
Click to show internal directories.
Click to hide internal directories.