 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
      View Source
      
  var DefaultArguments = Arguments{}
    DefaultArguments defines the default settings for log scraping.
Functions ¶
This section is empty.
Types ¶
type Arguments ¶
type Arguments struct{}
    Arguments holds values which are used to configure the loki.echo component.
func (*Arguments) SetToDefault ¶
func (args *Arguments) SetToDefault()
SetToDefault implements syntax.Defaulter.
type Component ¶
type Component struct {
	// contains filtered or unexported fields
}
    Component implements the loki.source.file component.
type Exports ¶
type Exports struct {
	Receiver loki.LogsReceiver `alloy:"receiver,attr"`
}
    Exports holds the values exported by the loki.echo component.
 Click to show internal directories. 
   Click to hide internal directories.