Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ServiceDockerEvents ¶
type ServiceDockerEvents struct { IgnoreAttributes bool EventQueueSize int // contains filtered or unexported fields }
func (*ServiceDockerEvents) Collect ¶
func (p *ServiceDockerEvents) Collect(pipeline.Collector) error
Collect takes in an accumulator and adds the metrics that the Input gathers. This is called every "interval"
func (*ServiceDockerEvents) Description ¶
func (p *ServiceDockerEvents) Description() string
func (*ServiceDockerEvents) Init ¶
func (p *ServiceDockerEvents) Init(context pipeline.Context) (int, error)
func (*ServiceDockerEvents) Start ¶
func (p *ServiceDockerEvents) Start(c pipeline.Collector) error
Start starts the ServiceInput's service, whatever that may be
func (*ServiceDockerEvents) Stop ¶
func (p *ServiceDockerEvents) Stop() error
Stop stops the services and closes any necessary channels and connections
Click to show internal directories.
Click to hide internal directories.