package
1.4.3
Repository: https://github.com/grafana/alloy.git
Documentation: pkg.go.dev

# Packages

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

# Functions

AddLabelsMiddleware is an EntryMiddleware that adds some labels.
NewEntryHandler creates a new EntryHandler using an input channel and a stop function.
NewEntryMutatorHandler creates a EntryHandler that mutates incoming entries from another EntryHandler.
No description provided by the author
No description provided by the author

# Structs

Entry
Entry is a log entry with labels.

# Interfaces

EntryHandler is something that can "handle" entries via a channel.
EntryMiddleware takes an EntryHandler and returns another one that will intercept and forward entries.
InstrumentedEntryHandler ...
LogsReceiver is an interface providing `chan Entry` which is used for component communication.

# Type aliases

EntryMiddlewareFunc allows to create EntryMiddleware via a function.
EntryMutatorFunc is a function that can mutate an entry.