Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Arguments ¶
type Arguments struct { ForwardTo []loki.LogsReceiver `river:"forward_to,attr"` Stages []stages.StageConfig `river:"stage,enum,optional"` }
Arguments holds values which are used to configure the loki.process component.
type Component ¶
type Component struct {
// contains filtered or unexported fields
}
Component implements the loki.process component.
type Exports ¶
type Exports struct {
Receiver loki.LogsReceiver `river:"receiver,attr"`
}
Exports exposes the receiver that can be used to send log entries to loki.process.
Click to show internal directories.
Click to hide internal directories.