Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Arguments ¶
type Arguments struct {
// ListenAddress only supports UDP.
ListenAddress string `river:"listen_address,attr,optional"`
UseIncomingTimestamp bool `river:"use_incoming_timestamp,attr,optional"`
RelabelRules flow_relabel.Rules `river:"relabel_rules,attr,optional"`
Receivers []loki.LogsReceiver `river:"forward_to,attr"`
}
Arguments are the arguments for the component.
func (*Arguments) UnmarshalRiver ¶
func (r *Arguments) UnmarshalRiver(f func(v interface{}) error) error
UnmarshalRiver implements river.Unmarshaler.
Click to show internal directories.
Click to hide internal directories.