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 `river:"host,attr"` Targets []discovery.Target `river:"targets,attr"` ForwardTo []loki.LogsReceiver `river:"forward_to,attr"` Labels map[string]string `river:"labels,attr,optional"` RelabelRules flow_relabel.Rules `river:"relabel_rules,attr,optional"` HTTPClientConfig *types.HTTPClientConfig `river:"http_client_config,block,optional"` RefreshInterval time.Duration `river:"refresh_interval,attr,optional"` }
Arguments holds values which are used to configure the loki.source.docker component.
func GetDefaultArguments ¶ added in v0.38.0
func GetDefaultArguments() Arguments
GetDefaultArguments return an instance of Arguments with the optional fields initialized.
func (*Arguments) SetToDefault ¶ added in v0.38.0
func (a *Arguments) SetToDefault()
SetToDefault implements river.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.