Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SharedUDPServer ¶
type SharedUDPServer struct {
// contains filtered or unexported fields
}
SharedUDPServer used for multi configs, such as using in JMX fetcher
func NewSharedUDPServer ¶
func (*SharedUDPServer) IsRunning ¶
func (s *SharedUDPServer) IsRunning() bool
func (*SharedUDPServer) RegisterCollectors ¶
func (s *SharedUDPServer) RegisterCollectors(key string, collector pipeline.Collector)
func (*SharedUDPServer) Start ¶
func (s *SharedUDPServer) Start() error
func (*SharedUDPServer) Stop ¶
func (s *SharedUDPServer) Stop() error
func (*SharedUDPServer) UnregisterCollectors ¶
func (s *SharedUDPServer) UnregisterCollectors(key string)
Click to show internal directories.
Click to hide internal directories.