Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Arguments ¶
type Arguments struct {
Host string `alloy:"host,attr"`
Targets []discovery.Target `alloy:"targets,attr"`
ForwardTo []loki.LogsReceiver `alloy:"forward_to,attr"`
Labels map[string]string `alloy:"labels,attr,optional"`
RelabelRules alloy_relabel.Rules `alloy:"relabel_rules,attr,optional"`
HTTPClientConfig *types.HTTPClientConfig `alloy:"http_client_config,block,optional"`
RefreshInterval time.Duration `alloy:"refresh_interval,attr,optional"`
}
Arguments holds values which are used to configure the loki.source.docker component.
func GetDefaultArguments ¶
func GetDefaultArguments() Arguments
GetDefaultArguments return an instance of Arguments with the optional fields initialized.
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.file component.
func (*Component) DebugInfo ¶
func (c *Component) DebugInfo() interface{}
DebugInfo returns information about the status of tailed targets.
Click to show internal directories.
Click to hide internal directories.