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

# Functions

AddLabelsMiddleware is an EntryMiddleware that adds some labels.

# Constants

Different supported EntryParsers.
Different supported EntryParsers.
Different supported EntryParsers.

# Interfaces

EntryHandler is something that can "handle" entries.
EntryMiddleware is something that takes on EntryHandler and produces another.

# Type aliases

EntryHandlerFunc is modelled on http.HandlerFunc.
EntryMiddlewareFunc is modelled on http.HandlerFunc.
EntryParser describes how to parse log lines.