mutate

package
v0.27.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 9, 2022 License: Apache-2.0 Imports: 6 Imported by: 0

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 steps to apply to the each target's label set.
	RelabelConfigs []*flow_relabel.Config `river:"relabel_config,block,optional"`
}

Arguments holds values which are used to configure the targets.mutate component.

type Component

type Component struct {
	// contains filtered or unexported fields
}

Component implements the targets.mutate component.

func New

func New(o component.Options, args Arguments) (*Component, error)

New creates a new targets.mutate component.

func (*Component) Run

func (c *Component) Run(ctx context.Context) error

Run implements component.Component.

func (*Component) Update

func (c *Component) Update(args component.Arguments) error

Update implements component.Component.

type Exports

type Exports struct {
	Output []discovery.Target `river:"output,attr"`
}

Exports holds values which are exported by the targets.mutate component.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL