Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Arguments ¶
type Arguments struct { // Targets contains the input 'targets' passed by a service discovery component. Targets []discovery.Target `river:"targets,attr"` // The relabelling rules to apply to the each target's label set. RelabelConfigs []*flow_relabel.Config `river:"rule,block,optional"` }
Arguments holds values which are used to configure the discovery.relabel component.
Click to show internal directories.
Click to hide internal directories.