package
8.9.0+incompatible
Repository: https://github.com/elastic/elastic-agent-shipper.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
No description provided by the author

# Variables

No description provided by the author
No description provided by the author

# Structs

No description provided by the author
No description provided by the author
Queue is a shipper-specific wrapper around the bare libbeat queue.
WrappedBatch is a bookkeeping wrapper around a libbeat queue batch, to work around the fact that shipper acknowledgements are per-event while the queue can only track an entire batch at a time.

# Interfaces

metricsSource is a wrapper around the libbeat queue interface, exposing only the callback to query the current metrics.

# Type aliases

EntryID is a unique ascending id assigned to each entry that goes in the queue, to handle acknowledgments within the shipper and report progress to the client.
No description provided by the author