package
3.4.2
Repository: https://github.com/grafana/loki.git
Documentation: pkg.go.dev

# Packages

# Functions

NewBuilder creates a new Builder which stores data objects for the specified tenant in a bucket.

# Variables

ErrBufferFull is returned by [Builder.Append] when the buffer is full and needs to flush; call [Builder.Flush] to flush it.

# Structs

A Builder builds data objects from a set of incoming log data.
BuilderConfig configures a data object [Builder].