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.
Click to show internal directories.
Click to hide internal directories.