package
2.9.12+incompatible
Repository: https://github.com/grafana/loki.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

New makes a new Client.
NewLogger creates a new client logger that logs entries instead of sending them.
NewManager creates a new Manager.
No description provided by the author
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.
No description provided by the author
No description provided by the author
No description provided by the author
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.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Label reserved to override the tenant ID while processing pipeline stages.
No description provided by the author
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.
No description provided by the author
No description provided by the author

# 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.
No description provided by the author

# Interfaces

Client pushes entries to Loki and can be stopped.
No description provided by the author
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.