Documentation ¶
Index ¶
Constants ¶
View Source
const (
TcpMetric analyzer.Type = "tcpmetricanalyzer"
)
Variables ¶
This section is empty.
Functions ¶
func NewTcpMetricAnalyzer ¶
Types ¶
type TcpMetricAnalyzer ¶
type TcpMetricAnalyzer struct {
// contains filtered or unexported fields
}
func (*TcpMetricAnalyzer) ConsumableEvents ¶
func (a *TcpMetricAnalyzer) ConsumableEvents() []string
func (*TcpMetricAnalyzer) ConsumeEvent ¶
func (a *TcpMetricAnalyzer) ConsumeEvent(event *model.KindlingEvent) error
ConsumeEvent gets the event from the previous component
func (*TcpMetricAnalyzer) Shutdown ¶
func (a *TcpMetricAnalyzer) Shutdown() error
Shutdown cleans all the resources used by the analyzer
func (*TcpMetricAnalyzer) Start ¶
func (a *TcpMetricAnalyzer) Start() error
func (*TcpMetricAnalyzer) Type ¶
func (a *TcpMetricAnalyzer) Type() analyzer.Type
Type returns the type of the analyzer
Click to show internal directories.
Click to hide internal directories.