relabel

package
v0.37.4 Latest Latest
Warning

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

Go to latest
Published: Nov 6, 2023 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var DefaultArguments = Arguments{
	MaxCacheSize: 10_000,
}

DefaultArguments provides the default arguments for the loki.relabel component.

Functions

This section is empty.

Types

type Arguments

type Arguments struct {
	// Where the relabeled metrics should be forwarded to.
	ForwardTo []loki.LogsReceiver `river:"forward_to,attr"`

	// The relabelling rules to apply to each log entry before it's forwarded.
	RelabelConfigs []*flow_relabel.Config `river:"rule,block,optional"`

	// The maximum number of items to hold in the component's LRU cache.
	MaxCacheSize int `river:"max_cache_size,attr,optional"`
}

Arguments holds values which are used to configure the loki.relabel 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.relabel component.

func New

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

New creates a new loki.relabel 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 {
	Receiver loki.LogsReceiver  `river:"receiver,attr"`
	Rules    flow_relabel.Rules `river:"rules,attr"`
}

Exports holds values which are exported by the loki.relabel component.

Jump to

Keyboard shortcuts

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