Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Arguments ¶
type Arguments struct {
FormatAsJson bool `river:"format_as_json,attr,optional"`
MaxAge time.Duration `river:"max_age,attr,optional"`
Path string `river:"path,attr,optional"`
RelabelRules flow_relabel.Rules `river:"relabel_rules,attr,optional"`
Matches string `river:"matches,attr,optional"`
Receivers []loki.LogsReceiver `river:"forward_to,attr"`
}
Arguments are the arguments for the component.
func (*Arguments) UnmarshalRiver ¶
UnmarshalRiver implements river.Unmarshaler.
Click to show internal directories.
Click to hide internal directories.