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