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

# Packages

# Functions

New makes a new Client.
NewLogger creates a new client logger that logs entries instead of sending them.
NewManager creates a new Manager.
NewWithTripperware creates a new Loki client with a custom tripperware.

# Constants

NOTE the helm chart for promtail and fluent-bit also have defaults for these values, please update to match if you make changes here.
NOTE the helm chart for promtail and fluent-bit also have defaults for these values, please update to match if you make changes here.
NOTE the helm chart for promtail and fluent-bit also have defaults for these values, please update to match if you make changes here.
NOTE the helm chart for promtail and fluent-bit also have defaults for these values, please update to match if you make changes here.
NOTE the helm chart for promtail and fluent-bit also have defaults for these values, please update to match if you make changes here.
Label reserved to override the tenant ID while processing pipeline stages.
NOTE the helm chart for promtail and fluent-bit also have defaults for these values, please update to match if you make changes here.

# Variables

NilNotifier is a no-op WriterEventsNotifier.

# Structs

Config describes configuration for an HTTP pusher client.
Manager manages remote write client instantiation, and connects the related components to orchestrate the flow of api.Entry from the scrape targets, to the remote write clients themselves.

# Interfaces

Client pushes entries to Loki and can be stopped.
WriterEventsNotifier implements a notifier that's received by the Manager, to which wal.Watcher can subscribe for writer events.

# Type aliases

Tripperware can wrap a roundtripper.