logsutil

package
v0.47.0 Latest Latest
Warning

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

Go to latest
Published: May 6, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ExporterConfig

type ExporterConfig struct {
	// MaxEntrySize is the maximum size of an individual LogEntry in bytes. Entries
	// larger than this size will be split into multiple entries.
	MaxEntrySize int
	// MaxRequestSize is the maximum size of a batch WriteLogEntries request in bytes.
	// Request larger than this size will be split into multiple requests.
	MaxRequestSize int
}

ExporterConfig configures the Logs exporter with various settings post-initializition. It is meant to be used by integration tests.

Jump to

Keyboard shortcuts

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