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 `alloy:"targets,attr"` // The relabelling rules to apply to each target's label set. RelabelConfigs []*alloy_relabel.Config `alloy:"rule,block,optional"` }
Arguments holds values which are used to configure the discovery.relabel component.
type Component ¶
type Component struct {
// contains filtered or unexported fields
}
Component implements the discovery.relabel component.
func (*Component) LiveDebugging ¶ added in v1.6.0
Click to show internal directories.
Click to hide internal directories.