 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Arguments ¶
type Arguments struct {
	PullTarget   *gcptypes.PullConfig `alloy:"pull,block,optional"`
	PushTarget   *gcptypes.PushConfig `alloy:"push,block,optional"`
	ForwardTo    []loki.LogsReceiver  `alloy:"forward_to,attr"`
	RelabelRules alloy_relabel.Rules  `alloy:"relabel_rules,attr,optional"`
}
    Arguments holds values which are used to configure the loki.source.gcplog component.
func (*Arguments) SetToDefault ¶
func (a *Arguments) SetToDefault()
SetToDefault implements syntax.Defaulter.
type Component ¶
type Component struct {
	// contains filtered or unexported fields
}
    Component implements the loki.source.gcplog component.
func (*Component) DebugInfo ¶
func (c *Component) DebugInfo() interface{}
DebugInfo returns information about the status of targets.
 Click to show internal directories. 
   Click to hide internal directories.