Documentation ¶
Overview ¶
Package loki provides an otelcol.receiver.loki component.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Arguments ¶
type Arguments struct { // Output configures where to send received data. Required. Output *otelcol.ConsumerArguments `river:"output,block"` }
Arguments configures the otelcol.receiver.loki component.
type Component ¶
type Component struct {
// contains filtered or unexported fields
}
Component is the otelcol.receiver.loki component.
type Exports ¶
type Exports struct {
Receiver loki.LogsReceiver `river:"receiver,attr"`
}
Exports holds the receiver that is used to send log entries to the loki.write component.
Click to show internal directories.
Click to hide internal directories.