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

# Functions

BucketDecoder decodes a data object from the provided path within the specified [objstore.BucketReader].
LogsDataset implements returns a [dataset.Dataset] from a [LogsDecoder] for the given section.
NewEncoder creates a new Encoder which writes a data object to the provided writer.
NewMetrics creates a new set of metrics for encoding.
ReadSeekerDecoder decodes a data object from the provided [io.ReadSeeker].
StreamsDataset implements returns a [dataset.Dataset] from a [StreamsDecoder] for the given section.

# Variables

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

# Structs

Encoder encodes a data object.
LogsColumnEncoder encodes an individual column in a logs section.
LogsEncoder encodes an individual logs section in a data object.
Metrics instruments encoded data objects.
StreamsColumnEncoder encodes an individual column in a streams section.
StreamsEncoder encodes an individual streams section in a data object.

# Interfaces

Decoders.
Decoders.
Decoders.