ship

package
v0.8.11 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 16, 2024 License: MPL-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type LogShipper

type LogShipper struct {
	// contains filtered or unexported fields
}

LogShipper subscribes to the Log Bus & streams log entries up to the remote Logstream service. It uses a non-blocking, dynamically resizing buffer to reliably stream logs to the server.

func NewLogShipper

func NewLogShipper(cl streamer, man *pb.RunManifest, verbose bool) *LogShipper

NewLogShipper creates and returns a new LogShipper.

func (*LogShipper) Close

func (l *LogShipper) Close()

Close the process and allow for a 10s grace period where lagging messages will be drained.

func (*LogShipper) Errs

func (l *LogShipper) Errs() []error

Errs returns all errors that were encountered during the process.

func (*LogShipper) Start

func (l *LogShipper) Start()

Start the log streaming process and begin writing logs to the server.

func (*LogShipper) Write

func (l *LogShipper) Write(delta *pb.Delta)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL