combiner

package
v0.37.0 Latest Latest
Warning

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

Go to latest
Published: Jan 30, 2025 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Overview

Package combiner is a data operator that combines data from a same data source coming from different targets into a single data source. This is useful when we run the same gadget in a distributed environment like Kubernetes and we want to combine the data from all the nodes on the client side so that we can perform further operations on the combined data, e.g. sorting. Notice that this operator is useful only when we have data sources of type array.

Index

Constants

View Source
const (
	// We need it to be the first operator to run in client side. Only operators
	// registering data sources should run before the combiner operator.
	Priority         = -500
	DataSourcePrefix = "combined"
	OperatorName     = "Combiner"
)

Variables

View Source
var CombinerOperator = &combinerOperator{}

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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