Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Arguments ¶
type Arguments struct { // TODO(@tpaschalis) Having these types defined in an internal package // means that an external caller cannot build this component's Arguments // by hand for now. PullTarget *gt.PullConfig `river:"pull,block,optional"` PushTarget *gt.PushConfig `river:"push,block,optional"` ForwardTo []loki.LogsReceiver `river:"forward_to,attr"` RelabelRules flow_relabel.Rules `river:"relabel_rules,attr,optional"` }
Arguments holds values which are used to configure the loki.source.gcplog component.
func (*Arguments) SetToDefault ¶ added in v0.35.0
func (a *Arguments) SetToDefault()
SetToDefault implements river.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.