Documentation ¶
Index ¶
- type Config
- type Plugin
- func (p *Plugin) IncrementProcessorDroppedMessages(proc string)
- func (p *Plugin) IncrementProcessorReceivedMessages(proc string)
- func (p *Plugin) IncrementProcessorSentMessages(proc string)
- func (p *Plugin) IncrementReceivedCounter()
- func (p *Plugin) IncrementSentCounter()
- func (p *Plugin) IncrementSinkErrCounter()
- func (p *Plugin) IncrementSourceErrCounter()
- func (p *Plugin) RegisterProcessors(processors []string)
- func (p *Plugin) SetProcessorExecutionTime(proc string, time int64)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Plugin ¶
type Plugin struct {
// contains filtered or unexported fields
}
func (*Plugin) IncrementProcessorDroppedMessages ¶
func (*Plugin) IncrementProcessorReceivedMessages ¶
func (*Plugin) IncrementProcessorSentMessages ¶
func (*Plugin) IncrementReceivedCounter ¶
func (p *Plugin) IncrementReceivedCounter()
func (*Plugin) IncrementSentCounter ¶
func (p *Plugin) IncrementSentCounter()
func (*Plugin) IncrementSinkErrCounter ¶
func (p *Plugin) IncrementSinkErrCounter()
func (*Plugin) IncrementSourceErrCounter ¶
func (p *Plugin) IncrementSourceErrCounter()
func (*Plugin) RegisterProcessors ¶
func (*Plugin) SetProcessorExecutionTime ¶
Click to show internal directories.
Click to hide internal directories.