Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultConfig = Arguments{ Join: nil, RefreshInterval: 60 * time.Second, DiscoverConfig: DiscoverConfig{ Cwd: true, Exe: true, Commandline: true, ContainerID: true, }, }
Functions ¶
This section is empty.
Types ¶
type Arguments ¶
type Arguments struct { Join []discovery.Target `alloy:"join,attr,optional"` RefreshInterval time.Duration `alloy:"refresh_interval,attr,optional"` DiscoverConfig DiscoverConfig `alloy:"discover_config,block,optional"` }
func (*Arguments) SetToDefault ¶
func (args *Arguments) SetToDefault()
type DiscoverConfig ¶
Click to show internal directories.
Click to hide internal directories.